Hi All,
I am trying to create some automation through an application APIs that has Okta authentication (oidc implemented with nginx+vouch).
I got sessionToken from /api/v1/authn
Got the code from /oauth2/v1/authorize
I got bearer token from /oauth2/v1/token
When I try to access my application’s API by sending a GET with header "Authorization: Bearer {Token}, My application redirects me to Okta login page.
I am stuck with it for a long time and couldn’t identify the issue.
Thanks in advance.