Django-microsoft-sso

Latest version: v5.1.0

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

3.4.1

Fixes

* fix: Add support to Django USERNAME_FIELD ([`16e1a2f`](https://github.com/megalus/django-microsoft-sso/commit/16e1a2f4feacc0988f56b6bf5696eab895c112e6))

3.4.0

Features

* feat: add more control on messaging

Use the `MICROSOFT_SSO_ENABLE_LOGS` to enable/disable logs. Logs now will show all info send to django messages.

Use the `MICROSOFT_SSO_ENABLE_MESSAGES` to enable/disable django messages. ([`ff037c3`](https://github.com/megalus/django-microsoft-sso/commit/ff037c3e05fa7f27cf49266c6557359112217845))

3.3.1

Fixes

* fix: add token in request before call pre-create callback ([`e6d2bb8`](https://github.com/megalus/django-microsoft-sso/commit/e6d2bb8afcf51c0533e545fc58f21a292e30f2eb))

3.3.0

Features

* feat: Add support to custom attributes in User model before creation.

Use the `MICROSOFT_SSO_PRE_CREATE_CALLBACK` setting to define a custom function which can return a dictionary which will be used during user creation for the `defaults` value. ([`acbc5f1`](https://github.com/megalus/django-microsoft-sso/commit/acbc5f1c25ba8b6716b950758dd7995853564a67))

3.2.0

Chores

* chore: check for different null values in Azure response ([`6e4fa9b`](https://github.com/megalus/django-microsoft-sso/commit/6e4fa9b245e413c34e952943ab75453226d979b8))

* chore: return empty string instead of None for optional azure fields ([`5a3c412`](https://github.com/megalus/django-microsoft-sso/commit/5a3c4124718877595c75ffa984013035dd585e4c))

Features

* feat: change User unique index from mail to userPrincipalName

This means the lib will check for the `user.username` field to decide when to get or create a user. This is needed to work with tenant users with no email address saved.

If you want to enforce unique email addresses in your database (checking against `user.email`) please set the option `MICROSOFT_SSO_UNIQUE_EMAIL=True` ([`13d39fb`](https://github.com/megalus/django-microsoft-sso/commit/13d39fb1f8d7a478c3371dbc2e5dbb9903df58ca))

Unknown

* Merge pull request 7 from megalus/develop

Change unique index to username ([`936ddac`](https://github.com/megalus/django-microsoft-sso/commit/936ddacb01564c0ebdf7d399b3225c675b37930c))

* Merge pull request 5 from darqs1/patch-1

Update main.py ([`83aef24`](https://github.com/megalus/django-microsoft-sso/commit/83aef242b42d63b4ff39dae3c102d54a2a129828))

* Update main.py

line 153: added if user_mail is None use upn instead of mail. ([`57560a8`](https://github.com/megalus/django-microsoft-sso/commit/57560a80e11947240878c3ce2b8854c90ec201c7))

3.1.0

Features

* feat: Add support to custom token authorities

Use the MICROSOFT_SSO_AUTHORITY passing the full authority URL (like: `https://login.microsoftonline.com/your_tenant`) or a `AuthorityBuilder` instance. ([`99a7e71`](https://github.com/megalus/django-microsoft-sso/commit/99a7e716304df271df2d8d0c372b0df424752667))

Unknown

* Merge pull request 3 from megalus/develop

New Release ([`31b46a4`](https://github.com/megalus/django-microsoft-sso/commit/31b46a40eb766c3e3c148c1fe3b206f5e667f765))

* Merge pull request 2 from darqs1/main

Added MICROSOFT_SSO_AUTHORITY ([`4dbb5c2`](https://github.com/megalus/django-microsoft-sso/commit/4dbb5c2ea712d9dc98203e252fb54e8337b14bbe))

* docs added ([`230b95f`](https://github.com/megalus/django-microsoft-sso/commit/230b95f55d80d7c07432ba562f3bd572e8bc997e))

* Added MICROSOFT_SSO_AUTHORITY ([`4c95903`](https://github.com/megalus/django-microsoft-sso/commit/4c959036e86868df7563d9b8b20048ee0011da36))

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.