Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JWE identity tokens #21

Open
kaol opened this issue Oct 20, 2023 · 1 comment
Open

Support JWE identity tokens #21

kaol opened this issue Oct 20, 2023 · 1 comment

Comments

@kaol
Copy link

kaol commented Oct 20, 2023

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).

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-token

@pjones
Copy link
Owner

pjones commented Nov 6, 2023

@kaol Once you get your changed merged into jose I'll be happy to accept a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants