You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
911 B

{
"Sample": {
"Title": "A Node.js & Express web app authenticating users against Azure AD with MSAL Node",
"Level": 100,
"Client": "Node.js & Express web app"
},
"AppRegistrations": [
{
"x-ms-id": "webApp",
"x-ms-name": "ms-identity-node",
"x-ms-version": "2.0",
"replyUrlsWithType": [
{
"url": "http://localhost:3000/redirect",
"type": "Web"
}
],
"oauth2AllowImplicitFlow": false,
"oauth2AllowIdTokenImplicitFlow": false,
"codeConfigurations": [
{
"settingFile": "/index.js",
"replaceTokens": {
"appId": "Enter_the_Application_Id_Here",
"tenantId": "Enter_the_Tenant_Info_Here",
"clientSecret": "Enter_the_Client_Secret_Here",
"authorityEndpointHost": "Enter_the_Cloud_Instance_Id_Here"
}
}
]
}
]
}