Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenLDAP support #86

Open
derbl4ck opened this issue Apr 5, 2020 · 0 comments
Open

Add OpenLDAP support #86

derbl4ck opened this issue Apr 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@derbl4ck
Copy link

derbl4ck commented Apr 5, 2020

It would be awesome if OpenLDAP support is added to the Repo. There are already other projects out there (e.g. https://github.com/Nordes/IdentityServer4.LdapExtension or https://github.com/jusbuc2k/Justin.AspNetCore.LdapAuthentication) which did some work on that topic.

Example config settings

    "BindDn": "cn=adminuser,dc=damienbod,dc=com",
    "BindCredentials": "P@ss1W0Rd!",
    "SearchBase": "ou=users,DC=damienbod,dc=com",
    "SearchFilter": "(&(objectClass=person)(cn={0}))"

Advantages

  • The Project would serve an IdP with MFA support and LDAP Integration
  • Usage of existing UserStores via LDAP
  • Usage of On-Premises OpenLDAP instead of AzureAD
@damienbod damienbod added the enhancement New feature or request label Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants