WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Add "response_mode" "form_post" to AbstractOauth2Action

Open Hanashi opened this issue 2 years ago • 1 comments

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.

Hanashi avatar Oct 25 '22 10:10 Hanashi