Get OIDC App Schema
getOidcAppSchemaRetrieve the schema for an OIDC application to understand available fields, types, and allowed values before creating or updating the app.
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. |