Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 41b52ad

Browse files
committed
no message
1 parent 5ee5b52 commit 41b52ad

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

node-server/config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Don't commit this file to your public repos. This config is for first-run
2-
exports.creds = {
3-
mongoose_auth_local: 'mongodb://localhost/tasklist', // Your mongo auth uri goes here
4-
audience: 'http://localhost:8888/', // the Audience is the App URL when you registered the application.
5-
identityMetadata: 'https://login.microsoftonline.com/common/'
6-
};
2+
exports.creds = {
3+
mongoose_auth_local: 'mongodb://localhost/tasklist', // Your mongo auth uri goes here
4+
issuer: 'https://sts.windows.net/cff56d8f-f602-4afd-94e4-c95b76f1c81e/',
5+
audience: 'http://kidventus.com/TodoListService',
6+
identityMetadata: 'https://login.microsoftonline.com/common/.well-known/openid-configuration' // For using Microsoft you should never need to change this.
7+
};

0 commit comments

Comments
 (0)