Update docs/auth/guest/provider.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
Peter Macdonald
2025-01-29 15:30:43 +01:00
committed by GitHub
parent 486dda4a10
commit e470cc49a4
+1 -1
View File
@@ -75,7 +75,7 @@ auth:
dangerouslyAllowOutsideDevelopment: false
```
The `userEntityRef` is used as the entity reference for the guest user and the `ownershipEntityRefs` is a list of entity references to user for ownership of the guest user if the user is not found in the catalog.
The `userEntityRef` is used as the entity reference for the guest user and the `ownershipEntityRefs` is a list of entity references to use for ownership of the guest user, if the user is not found in the catalog.
The `dangerouslyAllowOutsideDevelopment` flag is used to allow users to sign in with the guest provider outside of their development environments.