wdonne / traefikoidc

BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Support es256 OIDC key alg #8

Closed ebirn closed 2 months ago

ebirn commented 2 months ago

Hi, I appreciate this small OIDC plugin. I use it with Kanidm as IDM (http://kanidm.com). Its default key type is ES256 (SCDSA with SHA-256 if I understand this correctly).

This patch handles the ES256 key alg as ecdsa, and authentication can succeed correctly. It works for me, in my lab setup. Let me know If I should do some more testing etc.

Best, Erich

wdonne commented 2 months ago

Thanks for the PR.