Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from Azure-Samples/sangonzal/updateAppsJson
Browse files Browse the repository at this point in the history
Update Apps.json
  • Loading branch information
sangonzal authored Oct 30, 2019
2 parents 92cb52d + 39709a7 commit cd6d5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppCreationScripts/Apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"logoutUrl": "https://localhost:8080/msal4jsample/sign-out",
"replyUrlsWithType": [
{
"url": "https://localhost:8080/msal4jsample/secure/aad",
"url": "http://localhost:8080/msal4jsample/secure/aad",
"type": "Web"
} ,
{
"url": "https://localhost:8080/msal4jsample/graph/me",
"url": "http://localhost:8080/msal4jsample/graph/me",
"type": "Web"
}
],
Expand All @@ -43,4 +43,4 @@
]
}
]
}
}

0 comments on commit cd6d5db

Please sign in to comment.