Requesting authorization code unknown user

HI, guys, I am doing the auth module of my App but when I use Request authorization code (in the documentation oAuth2) I don't know the user who logged in, just the authorization code.

This is because the "https://www.wrike.com/oauth2/authorize?client_id=<client_id>&response_type=code" redirects me, is there a way to just send email and password and the API returns me the authorization_code without the redirection?. 

 

Thanks for your anwers 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
2 commentaires

Solved : 

This request get information about yourself

CURL example:
curl -X GET -H "Authorization: bearer " https://www.wrike.com/api/v3/contacts?me=true

1
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Can anyone provide the resolution for this ..any get request which will deliver us the authorization or access token without going to consent screen..?

GET https://www.wrike.com/oauth2/authorize?client_id=<client id>&response_type=code

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Folllowing List for Post: Requesting authorization code unknown user
[this list is visible for admins and agents only]

Haut de la page
Didn’t find what you were looking for? Write new post