Microsoft Graph Identity Web Application Structure

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

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

Properties

homePageUrl logoutUrl redirectUris implicitGrantSettings

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebApplication",
  "type": "object",
  "properties": {
    "homePageUrl": {
      "type": "['string', 'null']"
    },
    "logoutUrl": {
      "type": "['string', 'null']"
    },
    "redirectUris": {
      "type": "array"
    },
    "implicitGrantSettings": {
      "type": "object"
    }
  }
}