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
why is that two step process involved? while in this spring-rest-service-oauth, access token is directly retrieved instead of first retrieving code and then exchanging the code for access token.
The text was updated successfully, but these errors were encountered:
This is again a question:
In this excellent material, @royclarkson has shown how to use
/aouth/token
to get the access tokenI noticed in this tutorial and in here that two steps are involved in getting access token
1. get an access code
2. exchange access code for access token
(these curls from second link above)
why is that two step process involved? while in this
spring-rest-service-oauth
, access token is directly retrieved instead of first retrieving code and then exchanging the code for access token.The text was updated successfully, but these errors were encountered: