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

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta, Azure AD and others.

Results 34 django-saml2-auth issues
Sort by recently updated
recently updated
newest added

Bumps [types-setuptools](https://github.com/python/typeshed) from 57.4.17 to 65.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-setuptools&package-manager=pip&previous-version=57.4.17&new-version=65.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This adds support for using the configurable authentication backends defined in `settings.py` in the `AUTHENTICATION_BACKENDS` list. Closes #70.

Hi, thanks a lot for this library! I was wondering if there is any way of creating a user with my own function. I've seen that the function `create_new_user` creates...

Let's say we have 3 different environments, dev, staging and production. Each has a different URL: dev.company.com staging.company.com company.com Currently we have 3 different apps for each env. The goal...

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies

Add some modification in 'create_new_user' function if your User class have some different attributes you can send as dict. Closes #54

Hello! Is it there a way to specify certificate and key file or information? Something like it is done within pysaml2: https://pysaml2.readthedocs.io/en/latest/howto/config.html#cert-file At the moment when the code execute **saml_client...

Currently, the authentication backend passed to the `django.contrib.auth.login` method is hard-coded to `"django.contrib.auth.backends.ModelBackend"`. This makes it impossible to use this library if you use any other authentication backend, e.g. a...

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...

dependencies

Bumps [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) from 3.2.1 to 3.5.0. Release notes Sourced from cyclonedx-bom's releases. v3.5.0 Feature Optionally force bom_ref to be purl rather that the default random UUID format - thanks @​RodneyRichardson...

dependencies