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
create a self-endorsed certificate and keep it in the existing schema
OR extend the table to contain pubkeys too
OR replace all certs with pubkeys?
Self-endorsed cert looks, as we may set expiry date explicitly, however, it may look a little weird. On the other hand, it's a smaller change, no schema changes involved.
For instance, FB openid conf:
https://www.facebook.com/.well-known/oauth/openid/jwks/
Format:
CCF now only supports
x5c
field though. It has to support bothx5c
andn + e
combination.n
+e
fieldsjwt_management.h
OpenSSL_Verifier
only supports certs)jwt_auth.cpp
, fallback to cert if neededThe text was updated successfully, but these errors were encountered: