https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224

--- Comment #134 from Clemens Tubach <[email protected]> ---
Created attachment 202449
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202449&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
Signed-off-by: Clemens Tubach <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to