Home
Microsoft Azure Active Directory
Microsoft Azure Active Directory Getapplication Example
Microsoft Azure Active Directory Getapplication Example
Authentication Authorization Identity Microsoft Microsoft Entra OAuth OpenID Connect SAML SCIM Single Sign-On Zero Trust
Microsoft Azure Active Directory Getapplication Example is an example object payload from Microsoft Azure Active Directory, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "getApplication",
"method": "GET",
"path": "/applications/{application-id}",
"summary": "Get Application",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Getapplication200Example",
"example": {
"appId": "500123",
"displayName": "example_value",
"description": "A sample description.",
"createdDateTime": "2026-01-15T10:30:00Z",
"identifierUris": [
"https://www.example.com"
],
"keyCredentials": [
{
"customKeyIdentifier": "example_value",
"displayName": "example_value",
"endDateTime": "2026-01-15T10:30:00Z",
"key": "example_value",
"keyId": "500123",
"startDateTime": "2026-01-15T10:30:00Z",
"type": "example_value",
"usage": "Sign"
}
],
"passwordCredentials": [
{
"customKeyIdentifier": "example_value",
"displayName": "example_value",
"endDateTime": "2026-01-15T10:30:00Z",
"hint": "example_value",
"keyId": "500123",
"secretText": "example_value",
"startDateTime": "2026-01-15T10:30:00Z"
}
],
"api": {
"acceptMappedClaims": "example_value",
"knownClientApplications": [
{}
],
"oauth2PermissionScopes": [
{}
],
"preAuthorizedApplications": [
{}
],
"requestedAccessTokenVersion": 1
},
"appRoles": [
{
"allowedMemberTypes": {},
"description": "A sample description.",
"displayName": "example_value",
"id": "abc123",
"isEnabled": true,
"value": "example_value"
}
],
"requiredResourceAccess": [
{
"resourceAppId": "500123",
"resourceAccess": {}
}
],
"signInAudience": "AzureADMyOrg",
"spa": {
"redirectUris": [
{}
]
},
"web": {
"homePageUrl": "https://www.example.com",
"logoutUrl": "https://www.example.com",
"redirectUris": [
{}
],
"implicitGrantSettings": {
"enableAccessTokenIssuance": true,
"enableIdTokenIssuance": true
}
},
"publicClient": {
"redirectUris": [
{}
]
},
"tags": [
"example_value"
],
"publisherDomain": "example_value"
}
}
]
}