https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224
--- Comment #66 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 196564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196564&action=edit Bug 39224: Modernise the identity providers admin interface The TT-rendered form was too limiting to support the features required for SAML2/Shibboleth parity. Replace it with a Vue SPA giving full management of: - Providers: code, description, protocol (OAuth/OIDC/SAML2), config, icon, enabled flag. Field mappings are now stored as individual relational records (identity_provider_mappings) rather than a JSON blob on the provider row. - Mappings: per-provider attribute-to-borrower-field mapping records, editable inline in the provider form. - Domain settings: per-provider domain rules (auto-register, update-on-auth, send_welcome_email) managed via the existing domain sub-resource panel. - Hostname assignments: providers can be linked to specific server hostnames with per-hostname enabled/exclusive flags (admin UI; auth enforcement follows in a later commit). Backend additions: - New Koha object classes: Koha::Auth::Hostname/Hostnames, Koha::Auth::Identity::Provider::Hostname/Hostnames, ::Mapping/Mappings, ::SAML2 - REST API: /api/v1/auth/identity_providers (and sub-resources /mappings, /hostnames), /api/v1/auth/hostnames - Shared Vue component improvements: ResourceShow/ResourceFormSave sub-resource panels, RelationshipWidget, FormSection, ShowElement, base-resource composable - Apache RewriteRule to route the new SPA URL to identity_providers.pl - Adds Authen::SAML2 Perl dependency for the SAML2 protocol handler Sponsored-by: ByWater Solutions Co-authored-by: Jacob O'Mara <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
