admin管理员组文章数量:1123434
I'm trying to setup a Keycloak instance with an external Identity Provider and with an LDAP User Federation.
I need to have the users created locally in Keycloak upon successful authentication with external IdP to be persisted in the linked LDAP instance.
I can't find a way to implement this. I've tried using the LDAP configuration "Edit mode" to WRITABLE unfortunately doesn't do it.
I need to authenticate users with a specific IdP but which doesn't provide any authorization information. Authorizations need to come under the form of LDAP groups, that are set through a 3rd-party system (can't be Keycloak). This is not ideal. Hence my idea to have keycloak sync the user back to LDAP so that LDAP users can be assigned groups, which will be read by Keycloak and fed to configured Service Providers upon authentication.
Gitlab for instance seem to have this capacbility in the Omniauth config: auto_link_ldap_user
cf. .html#configure-common-settings
Creates an LDAP identity in GitLab for users that are created through an OmniAuth provider.
本文标签:
版权声明:本文标题:Keycloak - how to create an LDAP identity for users that are created through an Identity provider? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736568864a1944743.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论