You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an assumption that the issuer URL is actually accessible from the Browser decoding the JWT.
In many cases, this is not a valid assumption, if the issuer is on another internal network.
If this is the case, the call to the /.well-known/openid-configuration can take 15 seconds or longer before it times out.
This appears as a "pause" in the decoding process before the results are displayed.
An improvement would be to make the auto download of the public key to be optional.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There's an assumption that the issuer URL is actually accessible from the Browser decoding the JWT.
In many cases, this is not a valid assumption, if the issuer is on another internal network.
If this is the case, the call to the /.well-known/openid-configuration can take 15 seconds or longer before it times out.
This appears as a "pause" in the decoding process before the results are displayed.
An improvement would be to make the auto download of the public key to be optional.
Beta Was this translation helpful? Give feedback.
All reactions