[xwiki-users] Sign in xwiki with LDAP login without entering login and password
Hi, I do not know how it to properly called, but it is possible to use pass-through authentication in xwiki with LDAP login ? For example, I authorized in active directory when I login in my pc, but I don't want enter login and password second time when I enter in xwiki. -- View this message in context: http://xwiki.475771.n2.nabble.com/Sign-in-xwiki-with-LDAP-login-without-ente... Sent from the XWiki- Users mailing list archive at Nabble.com.
This is usually called "Single Sign On (SSO)" and the use case you describe require something in front of XWiki to take care of the actual authentication. For example http://dblock.github.io/waffle/ automate the authentication in a MS Windows domain. Then on XWiki side you can use a "trusted" authenticator which will receive a REMOTE_USER (usually contains user domain and id) set by Waffle and use it to synchronize user informations. See property "xwiki.authentication.ldap.remoteUserParser" and following in http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/. On Wed, Feb 15, 2017 at 11:36 AM, aleksey-s <[email protected]> wrote:
Hi,
I do not know how it to properly called, but it is possible to use pass-through authentication in xwiki with LDAP login ?
For example, I authorized in active directory when I login in my pc, but I don't want enter login and password second time when I enter in xwiki.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Sign-in-xwiki-with-LDAP-login-without-ente... Sent from the XWiki- Users mailing list archive at Nabble.com.
-- Thomas Mortagne
participants (2)
-
aleksey-s -
Thomas Mortagne