-
In some case, when using the environment variable (ie. with CAS), a specific logout url is required to actually logout of nextcloud.
Allowing the admin to optionally set a custom logout url would a…
ArnY updated
2 months ago
-
When a user logs out of the client, send a request to the server logout endpoint. This will cause the authorization token to be invalidated.
-
When using lua-resty-openidc with Keycloak for OpenID Connect, an issue arises during the logout process if the session has been removed from Redis by OpenResty. Specifically, Keycloak requires an id_…
-
**Affected version(s)**
gte 4.5.0
**Description**
I regularly have "**Unable to generate a logout url for an anonymous token.**" errors. A lot within app_dev, but also in production, see ht…
-
Today there's no way to invalidate an auth token via the API. Which means when a user logs out via the UI, the frontend can't tell the backend to remove the active token connected to the user. This to…
-
### What is the issue?
I was connected to my self-hosted server, whose domain recently expired. Now I am trying to log out of this account from tailscale, but it won't let me, because it can't connec…
-
I am implementing a custom logout function to sign-out from Keycloak when the user performs a logout action in django admin. I need to make a POST request to the Keycloak logout endpoint and include t…
esune updated
4 months ago
-
### What happened?
//【1】: When user logined im and im runs works right (in android application)
//【2】: App runs in background or screen lock situation
//【3】: heart beat in android client blocked an…
-
The main menu has About and Help, separated by other headings (Volunteer and Logout/Member). There are other help pages, but they can only be accessed if you happen to click on the 'right' link. There…
-
**Description**
When the access token expires, the application cannot logout .
This is because valid access tokens are required to accomplish a successful logout call.
**Task**
- [ ] Ensure `a…