From aa55adbb2d4b20f80c9be7bb1f5c4a3ce0684c35 Mon Sep 17 00:00:00 2001 From: Stefan Otto Date: Wed, 9 Oct 2019 12:17:56 +0200 Subject: [PATCH] quick fix for https://github.com/havfo/multiparty-meeting/issues/103 --- server/config/config.example.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/server/config/config.example.js b/server/config/config.example.js index 23ae9cc..5f2a42f 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -3,24 +3,24 @@ const os = require('os'); module.exports = { // oAuth2 conf - auth : + /* auth : { - /* - The issuer URL for OpenID Connect discovery - The OpenID Provider Configuration Document - could be discovered on: - issuerURL + '/.well-known/openid-configuration' - */ - issuerURL : 'https://example.com', - clientOptions : - { + + // The issuer URL for OpenID Connect discovery + // The OpenID Provider Configuration Document + // could be discovered on: + // issuerURL + '/.well-known/openid-configuration' + + // issuerURL : 'https://example.com', + // clientOptions : + // { client_id : '', client_secret : '', scope : 'openid email profile', // where client.example.com is your multiparty meeting server redirect_uri : 'https://client.example.com/auth/callback' } - }, + },*/ // session cookie secret cookieSecret : 'T0P-S3cR3t_cook!e', tls :