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
This error appears on login and on refresh. I am using Authentik as my odic provider.
The Stacktrace is:
core.mjs:6673 ERROR URIError: URI malformed
at decodeURIComponent ()
at b64DecodeUnicode (angular-oauth2-oidc.mjs:151:10)
at _OAuthService.processIdToken (angular-oauth2-oidc.mjs:2335:24)
at Object.next (angular-oauth2-oidc.mjs:2159:16)
...
The error happens in chrome and safari.
The text was updated successfully, but these errors were encountered:
I can give a little further info: it appears that what was sent is a jwe token, so the payload is encrypted and therefore this algo fails at that point.
The fact that it is a jwe is in the header: {"alg":"RSA-OAEP-256","enc":"A256CBC-HS512","kid":"xxx","typ":"JWE"}
This should result in a different decoding being used.
This error appears on login and on refresh. I am using Authentik as my odic provider.
The Stacktrace is:
core.mjs:6673 ERROR URIError: URI malformed
at decodeURIComponent ()
at b64DecodeUnicode (angular-oauth2-oidc.mjs:151:10)
at _OAuthService.processIdToken (angular-oauth2-oidc.mjs:2335:24)
at Object.next (angular-oauth2-oidc.mjs:2159:16)
...
The error happens in chrome and safari.
The text was updated successfully, but these errors were encountered: