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.
- 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 - 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.