I have followed the guide to get up and running with the Okta JS widget to Authenticate through Okta, seeing as how these tokens are returned to the redirect url, can anyone point me to some documentation on how to retrieve these tokens if someone has already signed into Okta elsewhere? I’m assuming there would be a way to write a request to the Okta API to get token info for already authenticated users?
If you are using OIDC and the Authorization Code Flow you can call the /userinfo endpoint to get more information. Of course they will have to be authenticated already.