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
The contents of the public key JSON are base64 encoded using
the standard JWT rules.
This fixes the fact we did not internal pad the values inside
the public keys, causing base64 decoding failures for specific
issuers (such as our test IAM endpoint). This prevented us
from verifying any SciToken from endpoints using the affected
public keys.
0 commit comments