-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
response_mode in authorization code flow #396
Comments
It is true that MSAL Python does not currently expose the Marking this issue as an enhancement. |
@rayluo Thanks for the quick response; I assume the newer guidance is the reason why https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc recommends form_post for web applications:
|
Has any progress been made on this issue? If not, would a pull request implementing |
Is form_post response_mode supported for authorization code flow (ConfidentialClientApplication)?
Looking at application.py it seems like response_mode parameter is not implemented at all.
msal==1.13.0
The text was updated successfully, but these errors were encountered: