This commit is contained in:
David Leimroth 2022-02-08 19:54:48 +01:00 committed by David Leimroth
commit 5a6609150c
8 changed files with 144 additions and 123 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,