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
However, all .well-known/openid-configuration seem to have id_token_signing_alg_values_supported specified, which has not been ever standardised, AFAICT. It may be used as a default option for the keys.
The text was updated successfully, but these errors were encountered:
Mentioned by @achamayou here: https://github.com/microsoft/CCF/pull/6680/files#r1873482195
However, I don't find anything in the JWT/JWT RFCs about EdDSA, according to the table, there's no corresponding
alg
to specify that.There's also no support for EdDSA in PyJWT we use, so e2e testing is not easily extendable.
As a part of this ticket the use of
alg
may also be revisited.well-known/openid-configuration
seem to haveid_token_signing_alg_values_supported
specified, which has not been ever standardised, AFAICT. It may be used as a default option for the keys.The text was updated successfully, but these errors were encountered: