I am new on using OKTA Integrator.
I am following this tutorial to create the application.
https://developer.okta.com/docs/guides/sign-into-spa-redirect/react/main/
I am ok to redirect back to the single app application after okta login and can see application being called /v1/token to retrieve the access_token, however, I try to get this token to make call to /v1/userinfo with Authorization Bearer Header, it return 401 Unauthorized.
I did not have idea how to continue the troubleshooting that which settings I have missed and make this issue.
Thanks any one can answer this.