Hi, I am new to Okta and trying to implement OAuth2.0 flow using postman as client. Trying to make a call to users API (/api/v1/users) to get users list. I want to do this in postman but receiving invalid session error. Not sure why? Please help…
Here is what I am trying to do…
-
Created an application (Web) in Okta portal. Screen shot below…
-
Configured Postman to use Oauth 2.0 under authorization tab.
-
After authentication is successful, rececving error and couldnt obtain access token.