Stefan Otto 2019-10-09 12:17:56 +02:00 committed by GitHub
parent b8ba49dd78
commit aa55adbb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -3,24 +3,24 @@ const os = require('os');
module.exports = module.exports =
{ {
// oAuth2 conf // oAuth2 conf
auth : /* auth :
{ {
/*
The issuer URL for OpenID Connect discovery // The issuer URL for OpenID Connect discovery
The OpenID Provider Configuration Document // The OpenID Provider Configuration Document
could be discovered on: // could be discovered on:
issuerURL + '/.well-known/openid-configuration' // issuerURL + '/.well-known/openid-configuration'
*/
issuerURL : 'https://example.com', // issuerURL : 'https://example.com',
clientOptions : // clientOptions :
{ // {
client_id : '', client_id : '',
client_secret : '', client_secret : '',
scope : 'openid email profile', scope : 'openid email profile',
// where client.example.com is your multiparty meeting server // where client.example.com is your multiparty meeting server
redirect_uri : 'https://client.example.com/auth/callback' redirect_uri : 'https://client.example.com/auth/callback'
} }
}, },*/
// session cookie secret // session cookie secret
cookieSecret : 'T0P-S3cR3t_cook!e', cookieSecret : 'T0P-S3cR3t_cook!e',
tls : tls :