Skip to content

Microsoft Identity Python Web App Sample 0.3.0

Compare
Choose a tag to compare
@rayluo rayluo released this 17 Dec 02:52
· 22 commits to master since this release
366ea2f
  • 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