Keycloak 19.0.2 client secret #14724
-
|
Hello keycloakers, I recently downloaded Keycloak 19.0.2 and I'm having a hard time searching for the client secret. Any idea where to find the client secret and is it deprecated or still working ? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I am able to get credentials tab in new UI. |
Beta Was this translation helpful? Give feedback.
I am able to get credentials tab in new UI.
Probably check which Oauth flow client is supporting.
Not all of them requires credentials and so if not , it will not be visible.
For ex. if you check "service accounts roles" or "direct access grants" which corresponds to client_credentials and resource owner password grant flows, then you can see credentials tab since these flows requires "client_secret".