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.pull/71/head
parent
6e2cbeb102
commit
370c8486fa
|
@ -123,6 +123,7 @@ identity_providers:
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- https://burp.pyrocufflink.blue:9090/oauth_callback
|
- https://burp.pyrocufflink.blue:9090/oauth_callback
|
||||||
- https://minio.backups.pyrocufflink.blue/oauth_callback
|
- https://minio.backups.pyrocufflink.blue/oauth_callback
|
||||||
|
claims_policy: default
|
||||||
- client_id: step-ca
|
- client_id: step-ca
|
||||||
client_name: step-ca
|
client_name: step-ca
|
||||||
public: true
|
public: true
|
||||||
|
|
Loading…
Reference in New Issue