Check if user's Okta session is still active using Okta.Sdk

Hi, we have have an ASP.NET MVC 5 application which is integrated with Okta for authentication. When a user tries to browse the the application, they are redirected to the Okta login page for autnentication, and after successful authentication, we create an ASP.NET session cookie and the land inside the app.

What we want to do, is for every time a request is made in the app to the server, we want to make that the user’s Okta session is still active. Is this possible with the Okta.Sdk?

You would need to have a session id to check if it’s still active or not. For that you need your front-end pass it to your back end

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.