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

json.schema.security.client.googleSSOClientConfig.json Maven / Gradle / Ivy

The newest version!
{
  "$id": "https://open-metadata.org/schema/security/client/googleSSOClientConfig.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GoogleSSOClientConfig",
  "description": "Google SSO client security configs.",
  "type": "object",
  "javaType": "org.openmetadata.catalog.security.client.GoogleSSOClientConfig",
  "properties": {
    "secretKey": {
      "description": "Google SSO client secret key path or contents.",
      "type": "string"
    },
    "audience": {
      "description": "Google SSO audience URL",
      "type": "string",
      "default": "https://www.googleapis.com/oauth2/v4/token"
    }
  },
  "additionalProperties": false,
  "required": ["secretKey"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy