How do I create a SAML public client? #1208
Unanswered
jonathanmanton
asked this question in
Q&A
Replies: 1 comment
-
Alternately, if I cannot create a public client, how can I get access to the client secret for the just-created SAML client? I need one or the other for the client to be useful when configuring other applications for SSO using SAML. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a SAML client via the Keycloak web UI (KC 24.6.7), by default it creates the client with publicClient = true. This is an attribute at the root of the provider configuration.
There is no option (that I could find) to mimic this behavior using the keycloak terraform provider.
I tried using:
However, that sets the value attributes.publicClient, not the value at the root level of the object. E.g., when I export the resultant saml client, I see something like this:
How do I create a SAML client using the keycloak provider that does not require a client secret to authenticate?
Beta Was this translation helpful? Give feedback.
All reactions