https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #74 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197214&action=edit Bug 39224: Database schema for identity provider modernisation Restructures identity_providers to support SAML2 and per-provider mappings: - Drops mapping/matchpoint columns (moved to new identity_provider_mappings table) - Adds enabled column and updates protocol enum to include SAML2 Adds identity_provider_mappings table for per-provider field mapping records. Adds hostnames and identity_provider_hostnames tables for per-hostname provider visibility and exclusivity (replacing OPACShibOnly/staffShibOnly sysprefs). Adds send_welcome_email column to identity_provider_domains. 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.