Auth0 · Schema

ConnectionSignInEndpointADFS

Passive Requestor (WS-Fed) sign-in endpoint discovered from metadata or provided explicitly.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsigninendpointadfs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSignInEndpointADFS",
  "title": "ConnectionSignInEndpointADFS",
  "description": "Passive Requestor (WS-Fed) sign-in endpoint discovered from metadata or provided explicitly.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback2048"
    }
  ]
}