fix oidc options that changed
This commit is contained in:
parent
3bf84c732e
commit
015791d314
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ in
|
||||||
{
|
{
|
||||||
id = cfg.oidcClientID;
|
id = cfg.oidcClientID;
|
||||||
description = "Audiobookshelf";
|
description = "Audiobookshelf";
|
||||||
secretFile = cfg.ssoSecretFile;
|
secret.source = cfg.ssoSecretFile;
|
||||||
public = "false";
|
public = false;
|
||||||
authorization_policy = "one_factor";
|
authorization_policy = "one_factor";
|
||||||
redirect_uris = [
|
redirect_uris = [
|
||||||
"https://${cfg.subdomain}.${cfg.domain}/auth/openid/callback"
|
"https://${cfg.subdomain}.${cfg.domain}/auth/openid/callback"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue