MSAL Python 1.18.0 #477
Ray Luo (rayluo)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
(The MSAL Python 1.18.0b1 has been stable in last 2 weeks, and we are now shipping it as 1.18.0)
initiate_auth_code_flow(..., response_mode="form_post")to allow the auth code being delivered to your app by form post, which is considered even more secure. (response_mode in authorization code flow #396, implement response_mode #469)acquire_token_interactive(..., prompt="none")can obtain some tokens from within Cloud Shell, without any prompt. (acquire_token_interactive(..., prompt="none") acquires token via Cloud Shell's IMDS-like interface #420)This discussion was created from the release MSAL Python 1.18.0.
All reactions