Do Keycloak Clients have a Client Secret?

后端 未结 2 1745
粉色の甜心
粉色の甜心 2021-02-04 23:34

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

相关标签:
2条回答
  • 2021-02-05 00:14

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

    0 讨论(0)
  • 2021-02-05 00:36

    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

    0 讨论(0)
提交回复
热议问题