https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25796
--- Comment #7 from David Cook <[email protected]> --- Let's say you're in an ecosystem where you have 1 IdP shared across many apps (all with their own OIDC clients). The end user logs into the Discovery System (DS) using IdP OIDC SSO. It then performs token exchange with the IdP to request an access token for Koha. It then sends that access token to Koha. Koha validates that token (ideally a JWT) using IdP details, performs auth, and then returns the API results. This should actually be pretty easy to do. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
