google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

[Feature Request] Google SSO redirect callback as a POST instead of a GET request

Open PCS-Ismail opened this issue 3 years ago • 0 comments

Is there a way to have the redirection callback from Google SSO made as a POST request instead of a GET request, that way all the parameters would be encoded in the body.

Microsoft allows it by changing the response_body parameter when creating the flow (using the msal library).

PCS-Ismail avatar Sep 27 '22 14:09 PCS-Ismail