https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #130 from Clemens Tubach <clemens.tubach@kit.edu> --- Created attachment 202445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202445&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> Signed-off-by: Clemens Tubach <clemens.tubach@kit.edu> -- You are receiving this mail because: You are watching all bug changes.