diff --git a/bewcloud.config.sample.ts b/bewcloud.config.sample.ts index b2b86c8..f39bbd3 100644 --- a/bewcloud.config.sample.ts +++ b/bewcloud.config.sample.ts @@ -11,6 +11,7 @@ const config: PartialDeep = { // allowedCookieDomains: ['example.com', 'example.net'], // Can be set to allow more than the baseUrl's domain for session cookies // skipCookieDomainSecurity: true, // If true, the cookie domain will not be strictly set and checked against. This skipping slightly reduces security, but is usually necessary for reverse proxies like Cloudflare Tunnel // enableSingleSignOn: false, // If true, single sign-on will be enabled + // allowSingleSignOnSignups: false, // If true, single sign-on signups will be allowed overriding allowSignups // singleSignOnUrl: '', // The Discovery URL (AKA Issuer) of the identity/single sign-on provider // singleSignOnEmailAttribute: 'email', // The attribute to prefer as email of the identity/single sign-on provider // singleSignOnScopes: ['openid', 'email'], // The scopes to request from the identity/single sign-on provider