英文:
How can I set the client access type to confidential in Keycloak 20.0.3?
问题
在Keycloak 20.0.3中,我在哪里可以设置客户端访问类型(作为机密)?
我无法找到设置访问类型的选项。
在创建客户端时,创建后也没有选项,在设置菜单中也没有访问类型选项。
我已附上了相同的屏幕截图。
英文:
Where can I set the client access type (as confidential) in the keyclock 20.0.3 ?
I am not able to find a option to set the access type.
When creating a client, there is no option also after creation, in the settings menu there's no access type option.
I have attached a screenshot for the same.
答案1
得分: 1
在与您的截图相同的页面上,您应该有一个切换“客户端身份验证”的选项,一旦打开,客户端应该是机密的。其工具提示如下:
这定义了OIDC客户端的类型。当它处于打开状态时,OIDC类型设置为机密访问类型。当它处于关闭状态时,它被设置为公共访问类型。
英文:
In the same page as in your screenshot you should have an option to toggle Client authentication
, once it's on the client should be confidential. The tooltip for it is:
> This defines the type of the OIDC client. When it's ON, the OIDC type is set to confidential access type. When it's OFF, it is set to public access type
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论