Microsoft Graph Identity Web Application Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

homePageUrllogoutUrlredirectUrisimplicitGrantSettings

Example Payload

Raw ↑
{
  "homePageUrl": "https://www.example.com",
  "logoutUrl": "https://www.example.com",
  "redirectUris": [],
  "implicitGrantSettings": "example_value"
}