mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: disable auto login on oauth2-proxy and grafana (better for sign-out)
This commit is contained in:
parent
ccd62a730a
commit
df2e046295
4 changed files with 15 additions and 22 deletions
|
@ -31,7 +31,8 @@
|
|||
|
||||
extraConfig = {
|
||||
oidc-issuer-url = "https://${config.proxiedDomains.kanidm}/oauth2/openid/${clientId}";
|
||||
skip-provider-button = true;
|
||||
provider-display-name = "Kanidm";
|
||||
#skip-provider-button = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue