https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40596 --- Comment #22 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 195113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195113&action=edit Bug 40596: DB atomicupdate - add CAS to identity providers, migrate config Adds 'CAS' to the identity_providers.protocol enum and migrates any existing CAS configuration into the identity_providers table: - If Auth_cas_servers.yaml exists, each server becomes a separate identity provider record. - Otherwise, casServerUrl/casServerVersion system preferences are used to create a single provider (code: 'cas'). The casServerUrl and casServerVersion preferences are superseded by the Identity Providers configuration after migration. -- You are receiving this mail because: You are watching all bug changes.