
schemas.schema-form.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-resource-oauth2-provider-keycloak Show documentation
Show all versions of gravitee-resource-oauth2-provider-keycloak Show documentation
The resource is defined to introspect an access token provided by Keycloak.
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