Permit response_mode in get_authorization_request_url#249
Permit response_mode in get_authorization_request_url#249blokje wants to merge 1 commit intoAzureAD:devfrom
Conversation
Adds support for response_mode in get_authorization_request_url in order to override the default value set by the authentication server. For example this allows having form_post response in OpenID connect instead of the default fragment.
|
Hi Rick, thanks for your input here. While the change seems simple, we want to better understand your scenario. I believe you were using But the industry is moving away from Implicit Flow, and change to use Auth Code Flow (i.e. If at all possible, we would suggest you to stick with MSAL's default |
|
Hi Rayluo, You are absolutely right and we seemed to. be stuck on some older legacy part of our code. We will take a look if we can integrate the Auth Code Flow. And close this PR as this not the road MSAL is going anyway :-) Thanks for your feedback and prompt response. |
Adds support for response_mode in get_authorization_request_url in order to override the default value set by the authentication server. For example this allows having form_post response in OpenID connect instead of the default fragment.