diff --git a/src/lib/openapi/spec/ui-config-schema.ts b/src/lib/openapi/spec/ui-config-schema.ts index ee8d57140d..c8f18b0dd2 100644 --- a/src/lib/openapi/spec/ui-config-schema.ts +++ b/src/lib/openapi/spec/ui-config-schema.ts @@ -168,6 +168,18 @@ export const uiConfigSchema = { versionInfo: { $ref: '#/components/schemas/versionSchema', }, + oidcConfiguredThroughEnv: { + type: 'boolean', + description: + 'Whether the OIDC configuration is set through environment variables or not.', + example: false, + }, + samlConfiguredThroughEnv: { + type: 'boolean', + description: + 'Whether the SAML configuration is set through environment variables or not.', + example: false, + }, }, components: { schemas: {