django-saml2-auth
django-saml2-auth copied to clipboard
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta, Azure AD and others.
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.2. Release notes Sourced from pytest's releases. 8.2.2 pytest 8.2.2 (2024-06-04) Bug Fixes #12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving...
Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.0 to 5.0.2. Commits 5118c5d Bump django-stubs-ext dependency to latest (#2186) d9b47af Prepare for a release 5.0.1 (#2183) 6b31bed Formset get_queryset() returns QuerySet (#2174) b8f1592 Don't crash...
- [x] Convert `requirements.txt` to `pyproject.toml` - [x] Use poetry - [x] Use ruff - [x] Update GitHub actions - [ ] Migrate package publishing from `setup.py` to `pyproject.toml` and...
If an attribute name contains slashes (like they often do if they follow the claim uri format like e.g. "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress") then [this code](https://github.com/grafana/django-saml2-auth/blob/6b3d05460f24e3b213f560ede0ce4ede975ca66f/django_saml2_auth/saml.py#L342) fails since the slashes in the url...