From 20c284a1884bdad09798044b4c7ce2c4ae8f26c3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 7 Feb 2022 19:42:42 +0100 Subject: [PATCH] website/docs: improve docs for application access closes #2245 Signed-off-by: Jens Langhammer --- website/docs/core/applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/core/applications.md b/website/docs/core/applications.md index f0d5e0905..21acbd8ac 100644 --- a/website/docs/core/applications.md +++ b/website/docs/core/applications.md @@ -9,7 +9,7 @@ Applications are used to configure and separate the authorization / access contr ## Authorization -Application access can be configured using (Policy) Bindings. You can use this to grant access to one or multiple users/groups, or dynamically give access using policies. +Application access can be configured using (Policy) Bindings. Click on an application in the applications list, and select the *Policy / Group / User Bindings* tab. There you can bind users/groups/policies to grant them access. When nothing is bound, everyone has access. You can use this to grant access to one or multiple users/groups, or dynamically give access using policies. By default, all users can access applications when no policies are bound.