Skip to content

Commit f46daa1

Browse files
committed
Add security warning for anonymous users setting
1 parent 60ccf67 commit f46daa1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/security/app-security/anonymous-users.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The properties of anonymous users are described in the table below:
2121
| Allow anonymous users | When **Yes** is selected, anonymous users are allowed. End-users do not have to sign in to access the application. <br />When **No** is selected, anonymous users are not allowed. End-users have to sign in to access the application. |
2222
| Anonymous user role | The user role that end-users of your application have when they are not signed in. This tells the application which role should be automatically applied to anonymous users who access the app. The **Allow anonymous users** property should be set to **Yes** to select an anonymous user role. |
2323

24+
{{% alert color="warning" %}}
25+
Enabling anonymous users allows anyone to start using your app without signing in. If you do not secure your data with appropriate entity access rules for the anonymous user role, this can lead to unintended data exposure.
26+
{{% /alert %}}
27+
2428
## Read More
2529

2630
* [App Security](/refguide/app-security/)

0 commit comments

Comments
 (0)