Skip to content

Instantly share code, notes, and snippets.

@ddeboer
Created March 6, 2020 14:38
Show Gist options
  • Save ddeboer/635e9789cf4331edcd29d48ec538ce80 to your computer and use it in GitHub Desktop.
Save ddeboer/635e9789cf4331edcd29d48ec538ce80 to your computer and use it in GitHub Desktop.
Azure AD manifest for SSO
{
"id": "4ea00a79-4746-4b6c-a358-8254a085f803",
"acceptMappedClaims": null,
"accessTokenAcceptedVersion": null,
"addIns": [],
"allowPublicClient": null,
"appId": "91edec52-0a3f-4fda-bfd3-8c37248492a5",
"appRoles": [],
"oauth2AllowUrlPathMatching": false,
"createdDateTime": "2020-02-29T15:57:42Z",
"groupMembershipClaims": null,
"identifierUris": [
"api://91edec52-0a3f-4fda-bfd3-8c37248492a5"
],
"informationalUrls": {
"termsOfService": null,
"support": null,
"privacy": null,
"marketing": null
},
"keyCredentials": [],
"knownClientApplications": [],
"logoUrl": null,
"logoutUrl": null,
"name": "PoC",
"oauth2AllowIdTokenImplicitFlow": false,
"oauth2AllowImplicitFlow": false,
"oauth2Permissions": [],
"oauth2RequirePostResponse": false,
"optionalClaims": null,
"orgRestrictions": [],
"parentalControlSettings": {
"countriesBlockedForMinors": [],
"legalAgeGroupRule": "Allow"
},
"passwordCredentials": [
{
"customKeyIdentifier": null,
"endDate": "2299-12-30T23:00:00Z",
"keyId": "999d9344-2775-47df-8766-d1b8a924e1bb",
"startDate": "2020-02-29T16:00:01.367Z",
"value": null,
"createdOn": "2020-02-29T16:00:01.6082126Z",
"hint": "zc1",
"displayName": "Used in HWIOauthBundle"
}
],
"preAuthorizedApplications": [],
"publisherDomain": "[yourname].onmicrosoft.com",
"replyUrlsWithType": [
{
"url": "https://127.0.01:8000/",
"type": "Web"
},
{
"url": "https://127.0.0.1:8000/login/check-azure",
"type": "Web"
}
],
"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": "06da0dbc-49e2-44d2-8312-53f166ab848a",
"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