https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #92 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197288&action=edit Bug 39224: Rewrite identity providers admin as a Vue SPA Replaces the previous Template Toolkit driven identity-provider admin form with a Vue SPA that supports the full new schema: providers, per-provider attribute mappings, per-hostname visibility, and domain settings. REST API additions (under /api/v1/auth/): - identity_providers — CRUD for provider records - identity_providers/:id/mappings — CRUD for attribute mappings - identity_providers/:id/domains — existing, now includes send_welcome_email - hostnames — CRUD for global hostname records - identity_providers/:id/hostnames — per-provider hostname assignments New Koha:: object classes: Hostname, IdentityProviderHostname, IdentityProviderMapping, plus SAML2 provider stub. Vue component improvements: RelationshipWidget, FormSection, ResourceShow, ResourceFormSave — shared across the ERM/ILL Vue toolchain. Test plan: 1. Go to Administration > Identity providers. 2. Add a new OAuth provider; configure mappings, domain and hostname assignments — confirm each step saves and displays correctly. 3. Edit an existing provider; verify changes persist. 4. Delete a provider; confirm it disappears from the list. 5. Confirm the REST endpoints respond under /api/v1/auth/identity_providers. Sponsored-by: ByWater Solutions -- You are receiving this mail because: You are watching all bug changes.