Fix Client ID Field Being Editable when Updating OIDC App, and Misc Updates #392

Merged
notquitenothing merged 1 commit from fix/client-id-editable-update into main 2026-04-26 17:34:28 -05:00
notquitenothing commented 2026-04-26 16:33:57 -05:00 (Migrated from github.com)

Description

  • Fix Client ID field being editable when updating an OIDC App.
  • Prevent ProxyAuth from blocking access to VoidAuth APP_URL itself, in case it accidentally is added to a protected route.
  • Add dummy prompt for select_account to allow certain clients to continue when it is requested. It is still not supported however.
  • Remove unused modification to oidc-provider library, not needed after it was updated recently to support less compliant native client uris.
  • Move custom type modifications into server/ directory under @types to match convention.
## Description - Fix Client ID field being editable when updating an OIDC App. - Prevent ProxyAuth from blocking access to VoidAuth APP_URL itself, in case it accidentally is added to a protected route. - Add dummy prompt for `select_account` to allow certain clients to continue when it is requested. It is still not supported however. - Remove unused modification to oidc-provider library, not needed after it was updated recently to support less compliant native client uris. - Move custom type modifications into server/ directory under @types to match convention.
Sign in to join this conversation.
No description provided.