Open pthalasta opened 3 years ago
What should the feature do: Currently the there is no support for ES256 signing algorithm with go-oidc v2. We need support for ES256 signing algorithm
What is use case behind this feature: OIDC token provider need to have a wider list of support for signing algorithms than just RS256
Token that i used throws the following error
level=error msg="Not able to verify ID token: oidc: id token signed with unsupported algorithm, expected [\"RS256\"] got \"ES256\""
What should the feature do: Currently the there is no support for ES256 signing algorithm with go-oidc v2. We need support for ES256 signing algorithm
What is use case behind this feature: OIDC token provider need to have a wider list of support for signing algorithms than just RS256
Token that i used throws the following error