https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #93 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197289&action=edit Bug 39224: Add per-hostname provider routing, exclusive login and update login pages Providers are now associated with specific server hostnames, mirroring the per-vhost model used by Shibboleth. This benefits all provider types: Exclusive provider support: the per-hostname is_exclusive flag replaces the OPACShibOnly and staffShibOnly system preferences. When set, the login page suppresses local username/password fields and the user is directed straight to that provider — the same force-SSO behaviour previously only available for Shibboleth, now available for any OAuth, OIDC or SAML2 provider. Login page updates: staff auth.tt, OPAC opac-auth.tt and the masthead login modal now query the identity provider REST plugin and render a login button for every enabled provider on the current hostname, not just a single Shibboleth button. SCO/SCI terminals are excluded from exclusive-provider enforcement so self-checkout can always fall back to local login. Sponsored-by: ByWater Solutions Co-authored-by: Jacob O'Mara <jacob.omara@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.