Back-Channel Logout #316
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As far as I can tell, the OIDC Back-Channel Logout Spec has not been implemented yet.
This feature would allow VoidAuth to notify compatible clients that a user has logged out, which prevents the issue of being logged out of VoidAuth while still being logged into client services.
It also appears that our oidc library does implement the spec, so I would guess this is probably as simple as some config options and a function call in the logout callback.
I agree that adding this functionality should be simple as node-oidc-provider should be handling all the difficult logic. Do you have a client application in mind that could actually make use of this? If not or don't want to share details that is ok too
There is currently a pr open for Immich, and if we add support for this then I will probably open a PR for NextExplorer
https://github.com/immich-app/immich/pull/26235
I am interested in adding this, but do not know of any existing project to test against. If you know of any, let me know.
Back channel logout has been merged into Immich