imsweb / django-saml-sp

A Django application for running one or more SAML service providers (SP)
BSD 3-Clause "New" or "Revised" License
15 stars 10 forks source link

Disable automatic field updating for specific fields #3

Closed ruttenb closed 4 years ago

ruttenb commented 4 years ago

The authentication backend currently updates the user record with the values returned from SAML (if they are mapped). This is great for newly created users, but some of those fields might be editable on the site and shouldn't be overwritten upon successfully login.

ruttenb commented 4 years ago

I created a pull request - https://github.com/imsweb/django-saml-sp/pull/5