https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224
--- Comment #25 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 193624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193624&action=edit Bug 39224: REST API for identity providers, mappings and hostnames Adds REST API endpoints for managing identity providers, their field mappings, and hostname associations: - GET/POST /api/v1/auth/identity_providers/{id}/mappings - GET/PUT/DELETE /api/v1/auth/identity_providers/{id}/mappings/{id} - GET/POST /api/v1/auth/identity_providers/{id}/hostnames - GET/PUT/DELETE /api/v1/auth/identity_providers/{id}/hostnames/{id} - GET /api/v1/auth/hostnames (for hostname lookup) - Updates existing provider endpoints with new fields Includes OpenAPI/Swagger definitions for all new endpoints and updated definitions for existing endpoints. Test plan: 1. Run: prove t/db_dependent/api/v1/identity_providers.t 2. Test CRUD operations on mappings and hostnames via API Sponsored-by: ByWater Solutions -- 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/
