Hello,
We have an Okta application setup (SPA) as well as an authorization server setup for our front end Vue application. We are trying to make it so that when users are logged into the Vue application (via Okta) we can then make external API calls to a .Net Core API and validate that the user is allowed to hit the specific API endpoint based on if they’re logged in via Okta.
How would we go about doing this?