Auth0 · Schema

ConnectionClientSecretAmazon

OAuth 2.0 client secret obtained from Amazon Developer Console during Login with Amazon application registration. Used to authenticate your application when exchanging authorization codes for tokens.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientsecretamazon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretAmazon",
  "title": "ConnectionClientSecretAmazon",
  "description": "OAuth 2.0 client secret obtained from Amazon Developer Console during Login with Amazon application registration. Used to authenticate your application when exchanging authorization codes for tokens.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientSecret"
    },
    {
      "maxLength": 255
    }
  ]
}