mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 11:41:36 +00:00
Move SSOSettings to settings db & initialize with env vars
This commit is contained in:
parent
c11c0ff54e
commit
adae905953
5 changed files with 49 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue