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

Commit 8287ca2

Browse files
committed
Update back to business scenarios
1 parent 050c233 commit 8287ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-server/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
exports.creds = {
33
mongoose_auth_local: 'mongodb://localhost/tasklist', // Your mongo auth uri goes here
44
audience: 'http://localhost:8888/', // the Audience is the App URL when you registered the application.
5-
identityMetadata: 'https://login.microsoftonline.com/hypercubeb2c.onmicrosoft.com/.well-known/openid-configuration?p=b2c_1_B2CSI' // Replace the text after p= with your specific policy.
5+
identityMetadata: 'https://login.microsoftonline.com/common/' // Replace the text after p= with your specific policy.
66
};

0 commit comments

Comments
 (0)