Microsoft Entra · Schema

SpaApplication

Single-page application configuration

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
redirectUris array Redirect URIs for single-page application authentication
View JSON Schema on GitHub

JSON Schema

microsoft-entra-graph-identity-spa-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpaApplication",
  "type": "object",
  "description": "Single-page application configuration",
  "properties": {
    "redirectUris": {
      "type": "array",
      "description": "Redirect URIs for single-page application authentication"
    }
  }
}