Skip to content

Basic Azure AD username password login example using Microsoft Authentication Library

Notifications You must be signed in to change notification settings

fantashley/python-msal-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-msal-example

Basic Azure AD username password login example using Microsoft Authentication Library

Once you have your python environment set up with the included requirements.txt, use this command to run the test:

FLASK_APP=app.py CLIENT_ID=<client_id> AUTHORITY=<authority> USERNAME=<azure_ad_username> \
PASSWORD=<azure_ad_password> flask run -h localhost -p <callback_uri_port>

About

Basic Azure AD username password login example using Microsoft Authentication Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages