Bug 34806

Summary: Identity Provider Single-Logout Enhancement
Product: Koha Reporter: agostino.nigro
Component: AuthenticationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, dpavlin, eugenegf
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description agostino.nigro 2023-09-15 16:47:42 UTC
Request enhancement to Identity Provider in Koha to support and setup Single-Logout so that when a user signs out of Koha they also logout of the Identity Provider be that ADFS, Azure, Okta, Etc.
Comment 1 Eugene Espinoza 2024-08-30 09:20:02 UTC
Up on this. We need this feature.
Comment 2 Katrin Fischer 2024-08-30 09:34:32 UTC
As far as I can tell there is no development on this yet (no Assignee and Change sponsored? empty). If you need this feature urgently, you might want to look into sponsoring the development.
Comment 3 David Cook 2024-09-01 23:56:21 UTC
(In reply to Katrin Fischer from comment #2)
> As far as I can tell there is no development on this yet (no Assignee and
> Change sponsored? empty). If you need this feature urgently, you might want
> to look into sponsoring the development.

^

In the past, I had a local customization for implementing single log-out for OIDC, but dropped the customization in favour of the community version, and my libraries using the customization didn't need single log-out, so I haven't worked on this one again.

Note that single log-out for SAML works differently to OIDC, so it's 2 separate developments.