omniauth-ldap
omniauth-ldap copied to clipboard
LDAP strategy for OmniAuth
I'm looking to upgrade omniauth to 2.0, but the gemspec for this strategy is major version locked at 1. https://github.com/omniauth/omniauth-ldap/blob/3242f85968f26938d9a6ce028e511e788cc54722/omniauth-ldap.gemspec#L12 Are there internal plans to update omniauth-ldap, or are you...
This change allows the user to configure an additional query that will retrieve the users LDAP group membership and populate it under the "extra" key in the returned auth hash....
Bumps the OmniAuth dependency to 2.0.0 and tweaks the specs to use POST in the request phase.
When an app is deployed to a subdirectory of the webroot, so that the root url is like http://host/subdirectory, the authentication callback fails, since callback_path is passed as the action...
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...
gitlab_omniauth-ldap was created as a fork when omniauth-ldap was inactive. Now that omniauth-ldap is active again, it makes sense to integrate their changes back into omniauth-ldap and combine efforts. It...
Given the following parameters: ``` ruby {:title=>"My LDAP", :host=>"1.2.3.4", :port=>636, :method=>"ssl", :base=>"ou=snip,dc=snip,dc=example,dc=com", :uid=>"sAMAccountName", :bind_dn=>"snip", :password=>"snip"} ``` I expect my UID to be equal to the sAMAccountName provided by my LDAP...
Hello everyone, I am using the discourse ldap plugin: https://github.com/jonmbake/discourse-ldap-auth This plugins provides `:filter` argument in it's configuration. It says: `LDAP filter (for group based authentication)` I assume that you...
We would like to use the user which is trying to login for the bind. We tried this: ``` bind_dn: 'Foobar\%{username}' password: '%{password}' ``` It is not working. If I...