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
The keycloak_openid_client resource validates its client_authenticator_type property against a fixed list of in-built client authenticator types (client-secret, client-jwt, client-x509, and client-secret-jwt). However, developers can create custom client authenticators (see Keycloak Server Developer Guide) which would have developer-specified types.
Would it be okay to remove the validation applied to client_authenticator_type so that custom client authenticators can be specified?
The text was updated successfully, but these errors were encountered:
The
keycloak_openid_client
resource validates itsclient_authenticator_type
property against a fixed list of in-built client authenticator types (client-secret
,client-jwt
,client-x509
, andclient-secret-jwt
). However, developers can create custom client authenticators (see Keycloak Server Developer Guide) which would have developer-specified types.Would it be okay to remove the validation applied to
client_authenticator_type
so that custom client authenticators can be specified?The text was updated successfully, but these errors were encountered: