We have a vue app on a webapi in c#, both secured via okta.
but our work o365, is also secured via okta, on the same tenant. So we have the email that logs into our work outook logged in.
then we goto our app, and it thinks that user is legal, and then the webapi pukes because that’s not a real user.
but I can’t get to logout link on the app (dont’ ask) from the error page, and now I’m stuck.
how can I force a logout of all okta users on my machine, so when I hit the app, I can get the login page, instead of spiraling down the rabbit hole above
I’m able to add a method to the API if needed to log out, that is under my control, but my request to add a logout link on the error page keeps getting backburnered.
Normally I’d log in to the tenant directly and logout there, but since we started using the O365 outlook web client, that no longer works, and I’m just stuck unable to log in.
I think it’s because my persona account is in both tennants.
Is there a URL I can type in and hit to log out the current user from an okta app? I’m pretty sure we’re using the SAML tokens.
Thanks,
Eric-