Created
September 28, 2020 15:12
-
-
Save JannieT/e482eb97fc93f74733d5089017433fb4 to your computer and use it in GitHub Desktop.
Azure authentication app manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "7f8f86dd-e4f3-4eac-9e6e-ef86499091fa", | |
"acceptMappedClaims": null, | |
"accessTokenAcceptedVersion": null, | |
"addIns": [], | |
"allowPublicClient": false, | |
"appId": "1a5ca037-2dca-4a8b-a465-f088ca2e8cc4", | |
"appRoles": [], | |
"oauth2AllowUrlPathMatching": false, | |
"createdDateTime": "2020-09-28T11:13:03Z", | |
"groupMembershipClaims": "None", | |
"identifierUris": ["api://1a5ca037-2dca-4a8b-a465-f088ca2e8cc4"], | |
"informationalUrls": { | |
"termsOfService": null, | |
"support": null, | |
"privacy": null, | |
"marketing": null | |
}, | |
"keyCredentials": [], | |
"knownClientApplications": [], | |
"logoUrl": null, | |
"logoutUrl": null, | |
"name": "OAuth Test", | |
"oauth2AllowIdTokenImplicitFlow": false, | |
"oauth2AllowImplicitFlow": false, | |
"oauth2Permissions": [ | |
{ | |
"adminConsentDescription": "Allows the app to read the signed-in user's profile", | |
"adminConsentDisplayName": "Read user profile", | |
"id": "6830ff86-d3f3-467b-8e51-001e9d5a70a1", | |
"isEnabled": true, | |
"lang": null, | |
"origin": "Application", | |
"type": "User", | |
"userConsentDescription": "Allows the app to read your user's profile", | |
"userConsentDisplayName": "Read your profile", | |
"value": "Profile.Read" | |
} | |
], | |
"oauth2RequirePostResponse": false, | |
"optionalClaims": { | |
"idToken": [ | |
{ | |
"name": "tenant_ctry", | |
"source": null, | |
"essential": false, | |
"additionalProperties": [] | |
}, | |
{ | |
"name": "email", | |
"source": null, | |
"essential": false, | |
"additionalProperties": [] | |
}, | |
{ | |
"name": "acct", | |
"source": null, | |
"essential": false, | |
"additionalProperties": [] | |
}, | |
{ | |
"name": "family_name", | |
"source": null, | |
"essential": false, | |
"additionalProperties": [] | |
}, | |
{ | |
"name": "given_name", | |
"source": null, | |
"essential": false, | |
"additionalProperties": [] | |
} | |
], | |
"accessToken": [], | |
"saml2Token": [] | |
}, | |
"orgRestrictions": [], | |
"parentalControlSettings": { | |
"countriesBlockedForMinors": [], | |
"legalAgeGroupRule": "Allow" | |
}, | |
"passwordCredentials": [ | |
{ | |
"customKeyIdentifier": null, | |
"endDate": "2299-12-30T22:00:00Z", | |
"keyId": "91a48677-e917-4d58-b125-c5ad324817ff", | |
"startDate": "2020-09-28T11:40:36.437Z", | |
"value": null, | |
"createdOn": "2020-09-28T11:40:37.0049242Z", | |
"hint": "0hy", | |
"displayName": "mobile app" | |
} | |
], | |
"preAuthorizedApplications": [], | |
"publisherDomain": "<redacted>.onmicrosoft.com", | |
"replyUrlsWithType": [ | |
{ | |
"url": "msauth://code/msauth.com.example.testoauth%3A%2F%2Fauth", | |
"type": "InstalledClient" | |
}, | |
{ | |
"url": "msauth.com.example.testoauth://auth", | |
"type": "InstalledClient" | |
} | |
], | |
"requiredResourceAccess": [ | |
{ | |
"resourceAppId": "00000003-0000-0000-c000-000000000000", | |
"resourceAccess": [ | |
{ | |
"id": "64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0", | |
"type": "Scope" | |
}, | |
{ | |
"id": "14dad69e-099b-42c9-810b-d002981feec1", | |
"type": "Scope" | |
}, | |
{ | |
"id": "e1fe6dd8-ba31-4d61-89e7-88639da4683d", | |
"type": "Scope" | |
} | |
] | |
} | |
], | |
"samlMetadataUrl": null, | |
"signInUrl": null, | |
"signInAudience": "AzureADMyOrg", | |
"tags": [], | |
"tokenEncryptionKeyId": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment