Brown-University-Library / django-shibboleth-remoteuser

Middleware for using Shibboleth with Django
MIT License
94 stars 74 forks source link

middleware: Allow to configure name of REMOTE_USER field. #98

Open olifre opened 2 years ago

olifre commented 2 years ago

This adds a new configuration parameter SHIBBOLETH_USERNAME_ATTRIBUTE which allows to configure the field used as username (e.g. one might want to use persistent-id).