Microsoft Graph Identity Application Example

A sample description.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity Application Example is an example object payload from Microsoft Azure Active Directory, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appIddisplayNamedescriptioncreatedDateTimeidentifierUriskeyCredentialspasswordCredentialsappRolesrequiredResourceAccesssignInAudiencetagspublisherDomain

Example Payload

Raw ↑
{
  "appId": "500123",
  "displayName": "example_value",
  "description": "A sample description.",
  "createdDateTime": "example_value",
  "identifierUris": [],
  "keyCredentials": [],
  "passwordCredentials": [],
  "appRoles": [],
  "requiredResourceAccess": [],
  "signInAudience": "example_value",
  "tags": [],
  "publisherDomain": "example_value"
}