SathiyaR
5 years agoNew Contributor
Automate oauth 2.0 token retrieval
Hi All,
My application uses oauth 2.0 authorization for generating access token for "New User".
In manual process, i do the following steps.
Click on Get Access Token
Enter oauth 2.0 Flow: Authorization Code Grant
Enter client Id
Enter client secret
Enter authorization url
Enter access token url
Enter redirect url and
Click on Get Access Token button.
New popup opens and i have to click on signup button to enter username, password and click signup.
Once done, token is generated.
How can this be achieved through automation process