https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #68 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 196566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196566&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 <jacob.omara@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.