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;
|
||||
description = "Audiobookshelf";
|
||||
secretFile = cfg.ssoSecretFile;
|
||||
public = "false";
|
||||
secret.source = cfg.ssoSecretFile;
|
||||
public = false;
|
||||
authorization_policy = "one_factor";
|
||||
redirect_uris = [
|
||||
"https://${cfg.subdomain}.${cfg.domain}/auth/openid/callback"
|
||||
|
|
Loading…
Add table
Reference in a new issue