-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add support for ID Token encryption #274
Comments
Hi @kitab15 the checklist seems OK to me.
|
About signing & encrypting: https://github.com/IdentityPython/pyjwkest/blob/master/doc/examples.rst#signed-and-encrypted-nested-jwt |
Hi @juanifioren! With "now we are only encrypting id_token with OP keys" you meant signing, right? I think that we need to sign the So, to answer your points:
If you agree, we can consider start working on this soon. |
For sure! submit PR asap. So I can help too. |
Hey there, we have used this amazing library for a while now.
Recently, we have received a request to add support for ID Token encryption.
It seems like NIST SP 800-63c defines Federation Assurance Levels (FAL) and to achieve the second level (the one we want) it is needed signed and encrypted assertions (ID Token in OpenID Connect 1.0 words)
What do you think about add this feature?
What do you think about the following checklist?
Look forward to your response.
I think we can tackle that and make a PR.
Regards!
The text was updated successfully, but these errors were encountered: