master
parent
b8ba49dd78
commit
aa55adbb2d
|
|
@ -3,24 +3,24 @@ const os = require('os');
|
|||
module.exports =
|
||||
{
|
||||
// oAuth2 conf
|
||||
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 :
|
||||
/* 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 :
|
||||
// {
|
||||
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 :
|
||||
|
|
|
|||
Loading…
Reference in New Issue