Get OIDC App Schema
getOidcAppSchemaRetrieve the OIDC application schema to see available properties, types, and allowed values before creating or updating an app. Use summary mode for a compact overview or full details with defaults.
Instructions
Returns the schema for an OIDC application. By default returns a compact summary of property names, types, and allowed values. Set summary=false for full details. Call this before createOidcApp or updateOidcApp to understand available fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The realm | |
| summary | No | When true (default), returns a compact listing of property names, types, and allowed values. Set to false for the full schema. | |
| sections | No | Limits the full client configuration schema to specific sections (e.g., ["coreOAuth2ClientConfig", "advancedOAuth2ClientConfig"]). The application metadata schema is always returned in full. Omit to get all sections. | |
| includeDefaults | No | Returns default values for all fields. Only applies when summary is false. Large response. |