docs,config: fix proxy provider config wonk

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-03-01 10:34:52 +01:00
parent b130eb36b4
commit 6f5388b4f6
4 changed files with 5 additions and 13 deletions
+1 -5
View File
@@ -58,9 +58,5 @@ Similar to the other authentication providers, you have to enable the provider i
```diff
auth:
providers:
+ guest:
+ userEntityRef: user:default/guest
+ development: {}
+ guest: {}
```
We need to specify that the provider is enabled for the given environment, and as there are no config values for this provider yet, you can just specify an empty object.