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
#26 redoes the entire JWKS, adding support for key rollover and initial support for certificate chains to be distributed this way. If anyone would like to, it is ready to be reviewed.
old certificate/-chains and public/secret keys can be specified in omejdn.yml and the corresponding JWKs are advertised.
Where possible, x5t and x5c are specified in the JWKs
omejdn-server/lib/oauth_helper.rb
Line 87 in 7136c52
While our approach is technically compliant, it would be easier for the user if the
kid
is distinct. We could use a similar model as auth0, wherekid
is equal tox5t
. See https://auth0.com/docs/security/tokens/json-web-tokens/json-web-key-set-propertiesThe text was updated successfully, but these errors were encountered: