You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a /.aksio/logout endpoint for logging out a user.
If the user is being impersonated it will log out the impersonated user, removing the cookie and redirecting back to the /.aksio/impersonate endpoint.
If its not an impersonated user, it should redirect to the a configured logout URL that would typically be the actual identity providers logout or middleware such as the Azure Container Apps logout.
The text was updated successfully, but these errors were encountered:
We should have a
/.aksio/logout
endpoint for logging out a user.If the user is being impersonated it will log out the impersonated user, removing the cookie and redirecting back to the
/.aksio/impersonate
endpoint.If its not an impersonated user, it should redirect to the a configured logout URL that would typically be the actual identity providers logout or middleware such as the Azure Container Apps logout.
The text was updated successfully, but these errors were encountered: