We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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\""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: