英文:
How to make a user from LDAP an admin in KeyCloak V20.0.3?
问题
我们在Docker中使用Postgres数据库运行一个正常的Keycloak设置,并且我们能够同步我们的LDAP用户。是否可以将LDAP用户之一设为管理员?当我检查LDAP用户的角色映射时,找不到realm-management
角色。
我们只想将默认的Keycloak管理员用作备份。
英文:
We are running a working Keycloak in Docker setup with a Postgres database and we are able to synchronise our LDAP users.
Is it possible to make one of the LDAP users an admin? I can't find a role realm-management
when I check the role mappings of a LDAP user.
We only want to use the default Keycloak admin as a backup.
答案1
得分: 1
用户必须在 Master 领域中进行联合,因为该领域充当父/管理领域。从那里,应分配 admin
角色。
英文:
The user have to be federated in the Master realm, because this realm acts as a parent / administrative realm.
From there, it should have the admin
role assigned.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论