omniauth / omniauth_openid_connect

MIT License
170 stars 187 forks source link

Controlling the signing algorithm for response type code #63

Closed rogermarlow closed 4 years ago

rogermarlow commented 4 years ago

Hello, We are trying to use this gem to build a client for a provider who requires the RS512 signing algorithm for the JWT, response type code. The problem is that the signing algorithm defaults to RS256. There is a client_signing_algorithm option but it is only used in response type id_token. Are we missing something in the config? Thanks.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.