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
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?
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
The text was updated successfully, but these errors were encountered:
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
Thanks
The text was updated successfully, but these errors were encountered: