Skip to content

A python Eve extension to authententicate over Azure AD

Notifications You must be signed in to change notification settings

ateliedocodigo/eve-azure-auth

Repository files navigation

Eve Azure AD Auth

Under development, it only validate token. Pull requests are welcome

Read more

https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc

Usage

pip install Eve-Azure-Auth

Setting up configuration

AZURE_AD_TENANT = 'common'  # optional
AZURE_AD_ISSUER = 'https://login.microsoftonline.com/...'
AZURE_AD_AUDIENCES = 'id' # or ['id', 'id']

Initialization

from eve_azure_ad_auth import AzureAuth

app = Eve(auth=AzureAuth)

Voilà!

About

A python Eve extension to authententicate over Azure AD

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages