Okt session management

Hi there,
Am building an angular application authentication is performed through okta. The question I had was, how would I perform session management of the user and logout with okta recommended approch? would you mind writing few lines before you point to a link on this ask,pls . thanks.

@ysharath

  1. Okta uses a cookie-based authentication mechanism to maintain a user’s authentication session across web requests. The Okta Sessions API provides operations to create and manage authentication sessions for users in your Okta organization.
    Here is more reference
  2. Logout means close a user’s session. You can refer the API endpoint.

As you are using Angular library, here is the example of sign-out-of-your-app with angular library. and the example of sign the user out of Okta.

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