Move SSOSettings to settings db & initialize with env vars

This commit is contained in:
advplyr 2022-02-07 16:58:11 -06:00
parent c11c0ff54e
commit adae905953
5 changed files with 49 additions and 27 deletions

View file

@ -1,6 +1,3 @@
import Vue from 'vue'
const defaultSSOSettings = {
oidc: {
issuer: "",
@ -10,7 +7,7 @@ const defaultSSOSettings = {
clientID: "",
clientSecret: "",
callbackURL: "/oidc/callback",
scope: "openid email profile"
scope: "openid email profile"
},
user: {
createNewUser: false,