Updates to Declared OIDC Apps #318

Merged
notquitenothing merged 1 commit from feature/declared-clients-view into main 2026-03-04 21:47:17 -06:00
notquitenothing commented 2026-03-03 23:01:33 -06:00 (Migrated from github.com)

Description

Updates to Declared OIDC Apps.

  • Declared OIDC Apps details can now be viewed from the admin OIDC Apps page.
  • Declared OIDC Apps values are now checked for correctness with the same validators as creating an OIDC App from the web interface. Errors are logged only when ENABLE_DEBUG is enabled to prevent log spam. Update Docs for Declared OIDC Apps.
  • Throw errors when attempting to upsert or delete declared clients in adapter.ts.
  • Fix some validators for ClientUpsert that would fail on empty input, caused by input to optional fields in Create/Update OIDC App and clearing that input before submit.
## Description Updates to Declared OIDC Apps. * Declared OIDC Apps details can now be viewed from the admin OIDC Apps page. * Declared OIDC Apps values are now checked for correctness with the same validators as creating an OIDC App from the web interface. Errors are logged only when ENABLE_DEBUG is enabled to prevent log spam. Update Docs for Declared OIDC Apps. * Throw errors when attempting to upsert or delete declared clients in adapter.ts. * Fix some validators for ClientUpsert that would fail on empty input, caused by input to optional fields in Create/Update OIDC App and clearing that input before submit.
Sign in to join this conversation.
No description provided.