在Keycloak中处理嵌套角色
原文英文,约1100词,阅读约需4分钟。发表于: 。I came up with this situation where I had to set permissions for every API within my application and associate a role for every user in the application. This user role should contain the...
本文介绍了如何在Keycloak中为应用程序设置API权限和用户角色。通过创建子角色实现API权限,并将其与用户角色关联。使用API创建角色时需获取访问令牌,并通过客户端凭证授权。文章详细说明了角色的创建、嵌套及分配给用户的过程,并介绍了如何获取用户的角色信息。