https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224
--- Comment #61 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 196540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196540&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 <[email protected]> -- 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/
