I made a web app using svelte and fastapi and implemented SSO using okta.
When I implemented logout using the “v1/logout” endpoint, all other okta services of the user were logged out after logout in my app.
Even if I disable access_token using “v1/revoke”, when I log out of my app and log back in to url, the Okta login pop-up window doesn’t come up and automatically log back in, so how can I implement it to re-login only in certain applications
Hello,
I am not sure if you are using an Okta SDK such as okta-auth-js or using the API directly?
Even if you aren’t using an SDK the following from okta-auth-js is a good reference to various options depending on the outcome you are trying to achieve.
Thank You,