IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

unsupported alg name: ES512 #1339

Open Entroper opened 3 years ago

Entroper commented 3 years ago

I got the above error message when trying to validate the token signature. Which signing algorithms are supported? Where can I find this out?

brockallen commented 3 years ago

IIRC we support that, but you need to use the non-slim version.