All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.schema-form.json Maven / Gradle / Ivy

The newest version!
{
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
        "keycloakConfiguration": {
            "title": "Keycloak client configuration",
            "type": "string",
            "format": "gio-code-editor",
            "gioConfig": {
                "monacoEditorConfig": {
                    "language": "json"
                }
            }
        },
        "validateTokenLocally": {
            "title": "Local token validation",
            "type": "boolean",
            "default": true
        },
        "userClaim": {
            "title": "User claim",
            "description": "User claim field used to store end user on log analytics",
            "type": "string",
            "default": "sub"
        },
        "verifyHost": {
            "title": "Verify host",
            "description": "Of certificate on SSL connection to keycloak host",
            "type": "boolean",
            "default": false
        },
        "trustAll": {
            "title": "Trust all",
            "description": "Trust all certificates, including self-signed ones",
            "type": "boolean",
            "default": true
        }
    },
    "required": ["keycloakConfiguration", "validateTokenLocally", "verifyHost", "trustAll"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy