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 identity provider I'm using (Telia) returns JWE decrypted responses. openid-connect doesn't know how to proceed when that happens. This will require support from jose library before openid-connect can really do anything about them.
I have a pull request to jose that'll add (at least preliminary) support for this use (frasertweedale/hs-jose#117).
The identity provider I'm using (Telia) returns JWE decrypted responses.
openid-connect
doesn't know how to proceed when that happens. This will require support fromjose
library beforeopenid-connect
can really do anything about them.I have a pull request to
jose
that'll add (at least preliminary) support for this use (frasertweedale/hs-jose#117).I think it'd be premature to make pull requests to
openid-connect
that are dependent on other projects' updates, but the corresponding changes to it are available at https://github.com/KSF-Media/openid-connect/tree/jwe-decrypt-identity-tokenThe text was updated successfully, but these errors were encountered: