Do Keycloak Clients have a Client Secret?

 ̄綄美尐妖づ 提交于 2020-05-10 06:56:27

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/44752273/do-keycloak-clients-have-a-client-secret

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!