You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includes both jose and JWT, I'm in favor to align to application/jwt since jose includes also JWS using json serialization, while JWT only uses compact serialization
The docs at https://docs.italia.it/italia/spid/spid-cie-oidc-docs/it/versione-corrente/userinfo_endpoint.html#response say that userinfo response content-type MUST be
application/jwt
for spid. For CIE I could not find any requirement.The current implementation always returns
application/jose
as type.spid-cie-oidc-django/spid_cie_oidc/provider/views/userinfo_endpoint.py
Line 105 in 2b0c2ef
The text was updated successfully, but these errors were encountered: