Skip to content

Commit ce5b64c

Browse files
Merge pull request #11221 from jdiehl/warn-anonymous-users-security
Add security warning for anonymous users setting
2 parents b84f51d + a046073 commit ce5b64c

3 files changed

Lines changed: 12 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 use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
26+
{{% /alert %}}
27+
2428
## Read More
2529

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

content/en/docs/refguide10/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 use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
26+
{{% /alert %}}
27+
2428
## Read More
2529

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

content/en/docs/refguide9/modeling/app-explorer/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 use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
26+
{{% /alert %}}
27+
2428
## Read More
2529

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

0 commit comments

Comments
 (0)