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.
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.
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 typecode
. The problem is that the signing algorithm defaults toRS256
. There is aclient_signing_algorithm
option but it is only used in response typeid_token
. Are we missing something in the config? Thanks.