You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some SSO providers — which can be LDAP-based — provide a REMOTE_USER HTTP header, after a user has authed on a given portal.
For example, Django provides two middlewares to plug into this system. Once a user has logged in, the LDAP app detects the username, and proceeds to the 1) user creation and/or 2) logs the user in the app.
Is there any chance this can be provided by omniauth-ldap?
Unless it is more relevant to request this in a more relevant repo.
Let me know, and thanks for providing this plugin :-)
The text was updated successfully, but these errors were encountered:
Hello there,
Some SSO providers — which can be LDAP-based — provide a
REMOTE_USER
HTTP header, after a user has authed on a given portal.For example, Django provides two middlewares to plug into this system. Once a user has logged in, the LDAP app detects the username, and proceeds to the 1) user creation and/or 2) logs the user in the app.
Is there any chance this can be provided by
omniauth-ldap
?Unless it is more relevant to request this in a more relevant repo.
Let me know, and thanks for providing this plugin :-)
The text was updated successfully, but these errors were encountered: