You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)