Auth0 · Schema

NativeSocialLoginGoogle

Native Social Login support for the google-oauth2 connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Determine whether or not to allow signing in natively using a Google ID token
View JSON Schema on GitHub

JSON Schema

auth0-nativesociallogingoogle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NativeSocialLoginGoogle",
  "title": "NativeSocialLoginGoogle",
  "type": "object",
  "description": "Native Social Login support for the google-oauth2 connection",
  "additionalProperties": false,
  "minProperties": 1,
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Determine whether or not to allow signing in natively using a Google ID token",
      "default": false
    }
  }
}