WCF
WCF copied to clipboard
Add "response_mode" "form_post" to AbstractOauth2Action
The class AbstractOauth2Action
is currently only designed for the default response_mode
query
. But there are OAuth2 providers which require response_mode
form_post
(e.g. Sign in with Apple). Therefore I ask to change this more dynamically, so that the response_mode
form_post
can be used as well.