django-saml2-auth
django-saml2-auth copied to clipboard
Fix: use the get_user_model function so not hard-coded to django user.
I think this looks good but the README should also be updated to reflect the ability to make this change
Hi,
What work still needs to be done for this feature to be ready to be merged? This will be very useful for the library to be more flexible.
Thanks
I've created a project that is a proper auth backend for django for saml2. This is company sponsored and actively maintained as we use it internally. https://github.com/MindPointGroup/django-saml2-pro-auth
Hi all,
I've not totally forgotten about this. This feature was de-prioritized so I let it go. It's probably coming up soon, so I should be able to fix the conflicts easily enough.
However, given that @defionscode has an alternative project, perhaps if it makes sense, you could use that. I haven't looked at that project yet.
@jheld Do you mind reviewing this PR for checking if it still applies to most recent versions of Django?
@defionscode Do you want to provide a PR with your changes on django-saml2-pro-auth? I would be happy to merge them here and publish to PyPi so the current users of django-saml2-auth get them as well. \o/
@ayr-ton well I would but it wouldnt work out, what I've developed wouldnt really be compatible with this as this library isn't an actual AUTH_BACKEND for django so it's not really a 1:1 on diff/patching files