Hi All,can you please help me.In the first step of...
# integrations
t
Hi All,can you please help me.In the first step of the OAuth 2.0 authorization code grant flow, the application sends a GET request to the authorization endpoint.After the application sends the GET request, the system displays the consent screen. How to do automatically allow or bypass the consent screen in the OAuth 2.0 Authorization Code Grant Flow.
b
y
some endpoints offer the possibility to send the credentials in the authorization step to the /authorize, below an example , try to see in the system you are integrating to offers this :
t
Thank you for the replay☺️