You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
mongoose_auth_local: 'mongodb://localhost/tasklist',// Your mongo auth uri goes here
4
-
openid_configuration: 'https://login.microsoftonline.com/common/.well-known/openid-configuration',// For using Microsoft you should never need to change this.
5
-
openid_keys: 'https://login.microsoftonline.com/common/discovery/keys',// For using Microsoft you should never need to change this. If asbsent will attempt to get from openid_configuration
4
+
openid_configuration: 'https://login.microsoftonline.com/hypercubeb2c.onmicrosoft.com/.well-known/openid-configuration?p=b2c_1_B2CSI',// For using Microsoft you should never need to change this.
5
+
openid_keys: 'https://login.microsoftonline.com/common/discovery/keys'// For using Microsoft you should never need to change this. If asbsent will attempt to get from openid_configuration
Copy file name to clipboardExpand all lines: node-server/server.js
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,14 @@
25
25
varpath=require('path');
26
26
varutil=require('util');
27
27
varassert=require('assert-plus');
28
+
varmongoose=require('mongoose/');
28
29
varbunyan=require('bunyan');
29
30
vargetopt=require('posix-getopt');
30
31
varrestify=require('restify');
31
32
vargetopt=require('posix-getopt');
32
33
varconfig=require('./config');
33
34
34
-
varconfig={
35
+
varoptions={
35
36
// The URL of the metadata document for your app. We will put the keys for token validation from the URL found in the jwks_uri tag of the in the metadata.
0 commit comments