django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

python 2.7

Open davidbarkhuizen opened this issue 1 year ago • 0 comments

  • doc note on criterion for matching saml user identity to django user (namely, on username)
  • only import jwt_encode from rest_auth.utils if USE_JWT setting is True
  • user authentication backend now configurable via AUTHENTICATION_BACKEND setting, defaulting to django.contrib.auth.backends.ModelBackend'
  • added login callback method configurable via TRIGGER.LOGIN setting
  • some info logging

davidbarkhuizen avatar Nov 01 '23 10:11 davidbarkhuizen