ECDSA JWT support for OIDC #79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, authentik user here.
It would be nice if we could have ECC support for the OIDC keys.
Currently the code imports only RSA libraries and then does not distinct between key algs.
The key should be able to be distinguished based on
ktybeing eitherRSAorEC, and Crypt::PK::ECC is probably usable (I don't know anything about perl libraries I'm afraid).Enforcing the key to be of
use=="sig"may also be a good thing.Maybe.
key dumps for testing
The following is what my
jwks_uriendpoint reports for the RSA key:and this is ECDSA: