-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hi,
I'm working on a fork of your project where I need asymmetrical signature for ID Token. I implemented it in my version but I'm not really satisfied with how I did it (ugly). Would you consider adding RS256 algorithm support? Or should we discuss how I could contribute/help?
http://openid.net/specs/openid-connect-core-1_0.html#SigEnc
The OP advertises its supported signing and encryption algorithms in its Discovery document, or may supply this information by other means. The RP declares its required signing and encryption algorithms in its Dynamic Registration request, or may communicate this information by other means.
The OP advertises its public keys via its Discovery document, or may supply this information by other means. The RP declares its public keys via its Dynamic Registration request, or may communicate this information by other means.
Thanks