italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

jwks tool #246

Closed MdreW closed 1 year ago

MdreW commented 1 year ago

quando viene creato un nuovo jwks deve essere aggiunta la chiave , "use": "sig"

peppelinux commented 1 year ago

not sure, a jwks can have a specific scope (usage -> sig, enc) or not

it's up to the user add, or not add, the use claims in the jwk

peppelinux commented 1 year ago

so as you done in the PR below, the use claim is optional https://github.com/italia/spid-cie-oidc-django/pull/247/files