You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
Since I'm using Azure AD as my OAuth2 IdP, I get the error that all mandatory fields are missing at the "../oauth2/token" endpoint. I figured, that this is due to the fact that react-oauth-flow sends the fields as query parameters. To make it work with azure I would like to ask for the support of "x-www-form-urlencoded" body parameters in an addition to the current possibility.
Hi There,
Since I'm using Azure AD as my OAuth2 IdP, I get the error that all mandatory fields are missing at the "../oauth2/token" endpoint. I figured, that this is due to the fact that react-oauth-flow sends the fields as query parameters. To make it work with azure I would like to ask for the support of "x-www-form-urlencoded" body parameters in an addition to the current possibility.
Regards,
Nick