Skip to main content

No project description provided

Project description

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à!

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

Eve-Azure-Auth-0.3.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

Eve_Azure_Auth-0.3.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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