From cab39de312f28edcd8fe42daa8481418c5e27fb4 Mon Sep 17 00:00:00 2001 From: Jackz Date: Sun, 20 Apr 2025 16:10:57 -0500 Subject: [PATCH] Change config --- config.sample.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config.sample.toml b/config.sample.toml index 1a42fe1..9d25b42 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -12,12 +12,14 @@ path = "/var/tmp/test" [auth] enable_registration = true -openid_enabled = true +oidc_enabled = true # Where the .well-known/openid-configuration exists -openid_issuer_url = "https://accounts.example.com" -openid_client_id = "" -openid_client_secret = "" -openid_claims = [] +oidc_issuer_url = "https://accounts.example.com" +oidc_client_id = "" +oidc_client_secret = "" +oidc_claims = [] +# Should an account be created if SSO user id doesn't exist already +oidc_create_account = true [smtp] # TODO: