From 8d2d9bd7fa5c52dda830340da39bcf9633fbb9ce Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 18 Nov 2024 19:29:24 +0100 Subject: [PATCH] fix(config): :ambulance: Use correct key in example config --- config/config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.toml b/config/config.example.toml index f60db4e9..d975b5d3 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -425,7 +425,7 @@ allow_registration = true # The asterisk is important, as it allows for any query parameters to be passed # Authentik for example uses regex so it can be set to (regex): # /oauth/sso//callback.* -# [[oidc.providers]] +# [[plugins.config."@versia/openid".providers]] # name = "CPlusPatch ID" # id = "cpluspatch-id" # This MUST match the provider's issuer URI, including the trailing slash (or lack thereof)