Microsoft Graph Identity Spa Application Structure

Type: object Properties: 1
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

SpaApplication is a JSON Structure definition published by Microsoft Azure Active Directory, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

redirectUris

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SpaApplication",
  "type": "object",
  "properties": {
    "redirectUris": {
      "type": "array"
    }
  }
}