https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224
--- Comment #62 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 196541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196541&action=edit Bug 39224: Migrate Shibboleth/SAML2 configuration from koha-conf.xml to database Reads the existing useshibboleth/shibboleth block from koha-conf.xml and migrates it into the unified identity_providers system: 1. Creates a SAML2 provider record from the shibboleth config block 2. Migrates domain settings (auto-register, update-on-auth, matchpoint, attribute mapping) to identity_provider_domains and identity_provider_mappings records 3. Migrates OPACShibOnly/staffShibOnly to is_exclusive on identity_provider_hostnames for the relevant hostname(s) 4. Adds a wildcard ('*') hostname entry for any enabled provider without explicit hostname assignments, preserving existing behaviour 5. Removes the OPACShibOnly and staffShibOnly system preferences 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/
