Releases: Azure-Samples/ms-identity-python-webapp
Releases · Azure-Samples/ms-identity-python-webapp
Microsoft Identity Python Web App Sample 0.9.0
Microsoft Identity Python Web App Sample 0.7.0
Officially added instruction on how to configure this sample to work with a CIAM tenant. (#105)
Microsoft Identity Python Web App Sample 0.6.0
You will need to configure the full authority url into environment variable AUTHORITY. This move will also make this sample ready for upcoming CIAM feature. (#103)
Microsoft Identity Python Web App Sample 0.5.0
Microsoft Identity Python Web App Sample 0.4.0
Microsoft Identity Python Web App Sample 0.3.0
- This same sample is also suitable to be used with Microsoft identity B2C. All you need is just to use the
app_config_b2c.py
template to replace the normalapp_config.py
template, and start from there. More details in our README_B2C.md. (#4) - This same sample is also suitable to be run either on your localhost (during development), and be deployed behind an http proxy. (#20)
- Adopts safer
initiate_auth_code_flow()
&acquire_token_by_auth_code_flow()
API introduced since MSAL 1.7.0. They automatically provides PKCE protection without app developer doing anything extra. (#55) - Raw change logs can be found here
Microsoft Identity Python Web App Sample 0.2.0
- Provides an auth_error.html page for potential auth failures
- Provides a stand-alone login.html so that you can customize its apperance
- More behaviours are now customizable via configuration
- Raw change logs available here
Microsoft Identity Python Web App Sample 0.1.0
This sample web app demonstrates how to sign in, call a Microsoft Graph API, and sign out.