Skip to main content

Django Microsoft SSO

Easily integrate Microsoft Authentication into your Django projects

PyPI Build PyPI - Python Version PyPI - Django Version

Welcome to Django Microsoft SSO

This library aims to simplify the process of authenticating users with Microsoft 365 in Django Admin pages, inspired by libraries like django_microsoft_auth and django-admin-sso


Documentation


Install

$ pip install django-microsoft-sso

Compatibility

  • Python 3.11, 3.12, 3.13, 3.14
  • Django 5.0, 5.1, 5.2, 6.0

Older python/django versions are not supported.

Configure

  1. Add the following to your settings.py INSTALLED_APPS:
# settings.py

INSTALLED_APPS = [
    # other django apps
    "django.contrib.messages",  # Need for Auth messages
    "django_microsoft_sso",  # Add django_microsoft_sso
]
  1. In Microsoft Entra Administration Center create a multi-tenant app registration and at Application Register, retrieve your Application ID. Navigate to Certificate & secrets link, and get the Client Secret Value. Add both in your settings.py:
# settings.py

MICROSOFT_SSO_APPLICATION_ID = "your Application ID here"
MICROSOFT_SSO_CLIENT_SECRET = "your Client Secret Value here"
MICROSOFT_SSO_SCOPES = ["User.Read.All"]
  1. Add the callback uri http://localhost:8000/microsoft_sso/callback/ in your Microsoft Console, on the "Authorized Redirect URL".

  2. Let Django Microsoft SSO auto create users for allowable domains:

# settings.py

MICROSOFT_SSO_ALLOWABLE_DOMAINS = ["contoso.com"]
  1. In urls.py please add the Django-Microsoft-SSO views:
# urls.py

from django.urls import include, path

urlpatterns = [
    # other urlpatterns...
    path(
        "microsoft_sso/", include("django_microsoft_sso.urls", namespace="django_microsoft_sso")
    ),
]
  1. And run migrations:
$ python manage.py migrate

That's it. Start django on port 8000 and open your browser in http://localhost:8000/admin/login and you should see the Microsoft SSO button.


Example project

A minimal Django project using this library is included in this repository under example_microsoft_app/.

  • Read the step-by-step instructions in example_microsoft_app/README.md
  • Use it as a reference to configure your own project settings and URLs

License

This project is licensed under the terms of the MIT license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_microsoft_sso-7.1.1.tar.gz (531.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_microsoft_sso-7.1.1-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

Details for the file django_microsoft_sso-7.1.1.tar.gz.

File metadata

  • Download URL: django_microsoft_sso-7.1.1.tar.gz
  • Upload date:
  • Size: 531.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for django_microsoft_sso-7.1.1.tar.gz
Algorithm Hash digest
SHA256 f07ed0cca4c903145bf56b9b90562ec363956a11a05243b8ae9d5719fc9f9df7
MD5 d8603b3deda8d209b9a98a49b59e7f20
BLAKE2b-256 524b8f251e1ea71805ca7ff1bb682bac4f8a8bc61719f9c5fd74ca8a9db259e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_microsoft_sso-7.1.1.tar.gz:

Publisher: publish.yml on megalus/django-microsoft-sso

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_microsoft_sso-7.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_microsoft_sso-7.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6e0bc8aad42893e74a68b42d2a57b35b0b8d1cd90c012afc88d51bc281b69234
MD5 8e7eccb11b5850c9258e4b035f075225
BLAKE2b-256 8b4b3dd6c32e2e5078b4f998557788bc16927edda77deb1661ea996b31351549

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_microsoft_sso-7.1.1-py3-none-any.whl:

Publisher: publish.yml on megalus/django-microsoft-sso

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

7.1.1 This release

2 files

7.1.0

2 files

7.0.1

2 files

6.0.2

2 files

6.0.1

2 files

6.0.0

2 files

5.1.0

2 files

5.0.0

2 files

4.1.0

2 files

4.0.0

2 files

3.5.1

2 files

3.5.0

2 files

3.4.1

2 files

3.4.0

2 files

3.3.1

2 files

3.3.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.1

2 files

3.0.0

2 files

2.1.1

2 files

2.1.0

2 files

2.0.1

2 files

2.0.0

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page