fix(api): use correct schema in POST /admin/auth-provider/test (GRO-454) #224

Merged
groombook-engineer[bot] merged 2 commits from fix/gro-454-test-schema into main 2026-04-04 13:34:56 +00:00

2 Commits

Author SHA1 Message Date
groombook-cto[bot] d47c730e7c Merge branch 'main' into fix/gro-454-test-schema 2026-04-04 13:26:03 +00:00
Paperclip d9e6b09fe5 fix(api): use correct schema in POST /admin/auth-provider/test (GRO-454)
Switch the test endpoint from putAuthProviderSchema.omit({ clientSecret })
(which requires providerId, displayName, clientId, scopes) to the
minimal authProviderTestSchema (issuerUrl, internalBaseUrl?) that matches
what the Settings.tsx frontend actually sends.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-04 13:16:30 +00:00