https://github.com/indico/flask-multipass-ldap-cern
LDAP provider for Flask-Multipass that deals with CERN-specific quirks
https://github.com/indico/flask-multipass-ldap-cern
Last synced: about 1 month ago
JSON representation
LDAP provider for Flask-Multipass that deals with CERN-specific quirks
- Host: GitHub
- URL: https://github.com/indico/flask-multipass-ldap-cern
- Owner: indico
- Created: 2015-05-04T09:14:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T19:54:42.000Z (over 5 years ago)
- Last Synced: 2025-10-27T04:29:08.398Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask-Multipass-LDAP-CERN
-------------------------
This module provides [Flask-Multipass][1] auth/identity providers named `ldap_cern`.
They behave like the default `ldap` providers, but avoid some quirks the data coming
from CERN LDAP has:
- People who log in using Google, Facebook, etc. have no affiliation instead of e.g. 'urn:Facebook'
- People who log in using eduGAIN have their proper affiliation without the 'eduGAIN - ' prefix.
It also sets some default LDAP settings suitable for the CERN LDAP server.
[1]: https://github.com/indico/flask-multipass