Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specification of custom client authenticator types using keycloak_openid_client resource #842

Closed
JackHartley opened this issue May 16, 2023 · 0 comments · Fixed by #845

Comments

@JackHartley
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant