如何在KeyCloak V20.0.3中将LDAP用户设为管理员?

huangapple go评论67阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年2月27日 17:28:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/75578701.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定