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

Allow SSO via LDAP #367

Open
fjvt opened this issue May 13, 2017 · 0 comments
Open

Allow SSO via LDAP #367

fjvt opened this issue May 13, 2017 · 0 comments

Comments

@fjvt
Copy link

fjvt commented May 13, 2017

Allow users to login using their ldap/ad password ...

Prerequisites

python-ldap

Proposed flow

users need to exist on alignak-backend (they will not be created)
username in backend needs to match username in ldap

  1. User tries login
  2. Backend checks if user exists
  3. If exist :
    3.A. Backend checks username/pass in local
    3.B. If ok in local -> User gets authenticated
    3.C. If nok in local -> Try user/pass combo in ldap
    3.C.1 if ok in ldap -> user gets authenticated
    3.C.2 if nok in ldap -> No auth.
  4. If not exist -> No auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant