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
When using access_token from IDPorten as subject_token we now get a JWT without aud claim, this fails when validated in tokendings. Consider allowing tokens without aud to be validated.
Investigate and discuss consequences before implementing.
The text was updated successfully, but these errors were encountered:
When using access_token from IDPorten as
subject_token
we now get a JWT withoutaud
claim, this fails when validated in tokendings. Consider allowing tokens withoutaud
to be validated.Investigate and discuss consequences before implementing.
The text was updated successfully, but these errors were encountered: