arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

Support ES256 signing algorithm #68

Open pthalasta opened 3 years ago

pthalasta commented 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\""