Does okta use caching or a CDN for grants?

I’m having trouble finding any documentation around it. But we’re seeing that when a user grants access to a certain service through okta, and then revokes that access that it’s still showing as connected for a short period. Admittedly we do have some internal caching but we don’t have an easy way to test or view the requests to okta and knowing those implementation details around grants can help us troubleshoot.

Thanks in advance

I don’t think there’s any slowness in propagation. What was going on is that we didn’t have a hook to clear our cache when a new app is added. The page wasn’t using it frequently, so we just dropped our caching.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.