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

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

There is a newer version: 2.1.0
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:resource:oauth2:keycloak:configuration:OAuth2KeycloakResourceConfiguration",
  "properties" : {
    "keycloakConfiguration" : {
      "title": "Keycloak client configuration",
      "type" : "string",
      "x-schema-form": {
        "type": "codemirror",
        "codemirrorOptions": {
          "placeholder": "Place your Keycloak OIDC JSON client adapter configuration here.",
          "lineWrapping": true,
          "lineNumbers": true,
          "allowDropFileTypes": true,
          "autoCloseTags": true,
          "mode": "javascript"
        }
      }
    },
    "validateTokenLocally" : {
      "title": "Local token validation",
      "type" : "boolean",
      "default": true
    }
  },
  "required": [
    "keycloakConfiguration",
    "validateTokenLocally"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy