Skip to main content

Authenticate users using Azure Active Directory.

Project description

Django Azure AD Auth Redux

Django Azure AD Auth allows you to authenticate through Azure Active Directory.

This fork has the following additional features:

  • Add the specification of the decode algorithm per newer PyJWT requirements.
  • Supports django > 3.2.18

Installation

Run pip install django-azure-ad-auth-redux

Add the AzureActiveDirectoryBackend to your AUTHENTICATION_BACKENDS setting:

AUTHENTICATION_BACKENDS = (
    ...
    "azure_ad_auth.backends.AzureActiveDirectoryBackend",
)

Settings

AAD_TENANT_ID

The Azure Tenant ID. It can be found in the URL of the Azure Management Portal.

AAD_CLIENT_ID

The Azure Application Client ID.

AAD_AUTHORITY

default: "https://login.microsoftonline.com" The domain that is used for authorization, the federation metadata document, and logging out.

AAD_SCOPE

default: "openid" OAuth scope parameter.

AAD_RESPONSE_TYPE

default: "id_token" Tells OAuth to return a JWT token in its response.

AAD_RESPONSE_MODE

default: "form_post" Defines how the response parameters are returned. Valid choices are fragment or form_post.

AAD_USER_CREATION

default: True Allow creation of new users after successful authentication.

AAD_USER_MAPPING

default: {} Map fields from the token to the user, to be used on creation.

AAD_USER_STATIC_MAPPING

default: {} Map static values to user fields on creation.

AAD_GROUP_MAPPING

default: {} Map group ids to group names for user permissions.

Project details


Download files

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

Source Distribution

django_azure_ad_auth_redux-1.5.26.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

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

django_azure_ad_auth_redux-1.5.26-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file django_azure_ad_auth_redux-1.5.26.tar.gz.

File metadata

File hashes

Hashes for django_azure_ad_auth_redux-1.5.26.tar.gz
Algorithm Hash digest
SHA256 beed5c6237092f72a363f2becf3d4554dbdf74b8cce20e43a75ea3295b796e0e
MD5 b78aab70d16f0e7b63bfea71062fb9fc
BLAKE2b-256 92275d556ad2822119e2beb3bbc03d7462a285d7cf9f064e82b558270e5a7010

See more details on using hashes here.

File details

Details for the file django_azure_ad_auth_redux-1.5.26-py3-none-any.whl.

File metadata

File hashes

Hashes for django_azure_ad_auth_redux-1.5.26-py3-none-any.whl
Algorithm Hash digest
SHA256 e8f9b0bc0ef0dbe6aea4fcbe21d16e98a85d3df56e440bdb6a8d02512be3cab5
MD5 55341f48cbb864877eb0e0e35c22a29e
BLAKE2b-256 a1904d5eddafe9a10e4ef230c2c62299b199ec775a56c3e614305bf81225fbf8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page