Do Keycloak Clients have a Client Secret?

2020-06-07 06:52发布

Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret.

Is it auto generated? Where can I get the secret?

标签: keycloak
2条回答
兄弟一词,经得起流年.
2楼-- · 2020-06-07 07:33

Client need to have the access-type set to confidential and you can see the client Secret in credentials tab

查看更多
手持菜刀,她持情操
3楼-- · 2020-06-07 07:40

Your client need to have the access-type set to confidential , then you will have a new tab credentials where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html

查看更多
登录 后发表回答