Skip to content

Commit 8a312c8

Browse files
committed
consistency naming in system entity
1 parent 5fdba9c commit 8a312c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/global-inbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ While the architecture can support broader use cases, the current scope focuses
3131
### Prerequisites
3232

3333
* Mendix 11.6.0 or above
34-
* Single Sign-On (SSO) is required for user authentication, as the **User.Name** attribute is used to match users across the Global Inbox and Publisher Applications. For security reasons, ensure that the username is not modifiable by the end user and is only set by the SSO provider.
34+
* Single Sign-On (SSO) is required for user authentication, as the **System.User.Name** attribute is used to match users across the Global Inbox and Publisher Applications. For security reasons, ensure that the username is not modifiable by the end user and is only set by the SSO provider.
3535

3636
### Dependencies
3737

@@ -130,10 +130,10 @@ Ensure the **Global Inbox Connector** constants are configured in each Publisher
130130

131131
## Security
132132

133-
Any user that can see a task in Publisher Application can see the same task in the **Global Inbox**. This is based on the System.User.Name attribute that is used as the unique identifier to link users across the applications. For this reason:
133+
Any user that can see a task in Publisher Application can see the same task in the **Global Inbox**. This is based on the **System.User.Name** attribute that is used as the unique identifier to link users across the applications. For this reason:
134134

135135
* Single Sign-On (SSO) is required for user authentication
136-
* Users MUST have the same username (System.User.Name attribute) across the Global Inbox application and all Publisher Applications.
136+
* Users MUST have the same username (**System.User.Name** attribute) across the Global Inbox application and all Publisher Applications.
137137
* The username should NOT be modifiable and should only be set by the SSO provider.
138138

139139
## Limitations

0 commit comments

Comments
 (0)