From 370c8486fabac2f9ba4b9e950f967446aefd55fd Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 1 Jul 2025 11:54:01 -0500 Subject: [PATCH] authelia: Set claims policy for MinIO MinIO console needs access to the *groups* scope in order to assign the correct permissions to users as they log in. --- authelia/configuration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index fd9fa97..0677edd 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -123,6 +123,7 @@ identity_providers: redirect_uris: - https://burp.pyrocufflink.blue:9090/oauth_callback - https://minio.backups.pyrocufflink.blue/oauth_callback + claims_policy: default - client_id: step-ca client_name: step-ca public: true