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
JWT-based client authentication methods defined in RFC 7523Section 2.2, namely, client_secret_jwt and private_key_jwt.
Client authentication is required at some endpoints. It is recommended to design and implement an abstraction layer for client authentication from the beginning. tls_client_auth and self_signed_tls_client_auth mentioned in #101 also should be handled under the abstraction layer.
The text was updated successfully, but these errors were encountered:
JWT-based client authentication methods defined in RFC 7523 Section 2.2, namely,
client_secret_jwt
andprivate_key_jwt
.Client authentication is required at some endpoints. It is recommended to design and implement an abstraction layer for client authentication from the beginning.
tls_client_auth
andself_signed_tls_client_auth
mentioned in #101 also should be handled under the abstraction layer.The text was updated successfully, but these errors were encountered: