Skip to content

Releases: Azure-Samples/ms-identity-python-webapp

Microsoft Identity Python Web App Sample 0.9.0

03 Apr 22:06
Compare
Choose a tag to compare
  • New feature: Supports Microsoft External ID with custom domain
  • Improvement: The app.py and app_config.py are simplified

Microsoft Identity Python Web App Sample 0.7.0

14 May 20:29
c1f1040
Compare
Choose a tag to compare

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

03 May 01:20
19e604b
Compare
Choose a tag to compare

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

28 Mar 19:48
dce9db1
Compare
Choose a tag to compare

Better configuration error handling, and instructions on how to deploy to Azure App Service. (#96, #97, #98)

Microsoft Identity Python Web App Sample 0.4.0

10 Mar 21:14
4850dbd
Compare
Choose a tag to compare
  • Simplify the implementation (#88)
  • Simplify the README by referencing existing documentation (#91)
  • Fix missing template (#58)
  • Upgrade dependencies (#75, #79, #85)

Microsoft Identity Python Web App Sample 0.3.0

17 Dec 02:52
366ea2f
Compare
Choose a tag to compare
  • 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 normal app_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

07 Nov 23:11
8e89f70
Compare
Choose a tag to compare
  • 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

24 Sep 22:13
e03be35
Compare
Choose a tag to compare

This sample web app demonstrates how to sign in, call a Microsoft Graph API, and sign out.