Skip to content

Commit 0d959fe

Browse files
committed
Merge branch 'development' into kv-react-client
2 parents 569b8bc + b75aeb4 commit 0d959fe

62 files changed

Lines changed: 1199 additions & 65 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ interface FormatValueConfig {
516516
}
517517
```
518518

519-
For the reference of the API, you can refer to the [API documentation](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-parser/).
519+
For the reference of the API, you can refer to the [API documentation](https://apidocs.rnd.mendix.com/11/client-mx-api/module-mx-api_parser.html).
520520

521521
### Icon {#icon}
522522

content/en/docs/developerportal/project-management/jira-connector.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are a Scrum Master of a Mendix app, you can link your app to Jira if you
2323
* For a team-managed board, the **Stories** pane shows all stories from your board, which may include your backlog. If you do not wish to see backlog stories in Studio Pro, consider setting up your board without a backlog, and using a separate board to manage your backlog.
2424

2525
* Allows you to change the status of a story or mark a task as **Done** from the [Stories pane](/refguide/stories-pane/) in Studio Pro.
26-
* Converting your [feedback items](/developerportal/app-insights/feedback/) in App Insights will result in a story in Jira.
26+
* Converting your [feedback items](/developerportal/app-insights/feedback/) in App Insights results in a story in Jira.
2727

2828
## Limitations
2929

@@ -32,15 +32,16 @@ As we further develop this feature, we may lift these limitations with future re
3232
{{% /alert %}}
3333

3434
* Feedback issues, and stories from Epics are not migrated to Jira.
35-
* When a feedback item is being converted to an issue, the story type, title, and description of the issue will be set. If your Jira configuration requires additional mandatory fields, this process might not work.
35+
* When a feedback item is being converted to an issue, the story type, title, and description of the issue are set. If your Jira configuration requires additional mandatory fields, this process might not work.
3636

3737
## Prerequisites
3838

3939
* You need to have the [Scrum Master](/developerportal/general/app-roles/#team-roles) role for the app.
4040
* You need to have an active subscription to Jira Software Cloud.
41+
{{% alert color="info" %}} Local or on-premises installations are not supported.{{% /alert %}}
4142
* You need to have a project in Jira with a Scrum board, a Kanban board, or a team-managed board.
42-
* You need to have a user account and API token with administration rights to the project in Jira. For more information on how to get this API token, see [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
43-
* To convert feedback items to stories in Jira, your project in Jira must have the issue types "Story" and "Bug". For more information on how to set up issue types for your project, see [Associate issue types with projects](https://support.atlassian.com/jira-cloud-administration/docs/associate-issue-types-with-projects/).
43+
* You need to have a user account and API token with administration rights to the project in Jira. For more information on how to get this API token, refer to [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
44+
* To convert feedback items to stories in Jira, your project in Jira must have the issue types **Story** and **Bug**. For more information on how to set up issue types for your project, refer to [Associate issue types with projects](https://support.atlassian.com/jira-cloud-administration/docs/associate-issue-types-with-projects/).
4445

4546
## Procedure
4647

@@ -55,10 +56,10 @@ To connect your app to Jira, perform the following steps:
5556
4. Click **Connect Jira**. The **Set Up Jira Configuration** dialog box opens.
5657
Fill in the information as follows:
5758

58-
* **URL Jira Environment**: This is the URL of your company’s environment within the Jira platform, as provided by Jira. This URL usually looks like this: `https://my-company.atlassian.net`.
59-
* **Project Key**: This is the unique key of your project within the Jira platform.
60-
* **Admin User**: This is the login name of a user on the Jira platform with project administration rights.
61-
* **API Token**: This is a valid API token issued by the Jira platform and assigned to the above-mentioned admin user. For more information on how to get this API token, see [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
59+
* **URL Jira Environment** This is the URL of your company’s environment within the Jira platform, as provided by Jira. This URL usually looks like this: `https://my-company.atlassian.net`.
60+
* **Project Key** This is the unique key of your project within the Jira platform.
61+
* **Admin User** This is the login name of a user on the Jira platform with project administration rights.
62+
* **API Token**This is a valid API token issued by the Jira platform and assigned to the above-mentioned admin user. For more information on how to get this API token, refer to [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
6263

6364
5. Click **Next**.
6465

@@ -72,7 +73,7 @@ Once the activation is completed, your app is connected to Jira. You can see the
7273

7374
* If you connect your app to a Scrum board in Jira, the **Stories** pane shows all stories from all your active Sprints.
7475
* If you connect your app to a Kanban board, the **Stories** pane shows all stories from your board, taking the filter and sub-query of the board settings into account, ordered by story key.
75-
* You can find the filters and sub-query in the board settings in Jira (for more information, see [Configure a company-managed board](https://support.atlassian.com/jira-software-cloud/docs/configure-a-company-managed-board/)).
76+
* You can find the filters and sub-query in the board settings in Jira. For more information, refer to [Configure a company-managed board](https://support.atlassian.com/jira-software-cloud/docs/configure-a-company-managed-board/)).
7677
* If you connect your app to a team-managed board, the **Stories** pane shows all stories from your board, which may include your backlog.
7778
* If you do not wish to see backlog stories in Studio Pro, consider setting up your board without a backlog, and using a separate board to manage your backlog.
7879
* The list of stories is ordered by the Jira story key.
@@ -90,6 +91,6 @@ After you activated the Jira connector, you can review the configuration details
9091

9192
If you need to connect to a different Jira environment, or need to rotate the API key used by the Jira connector, click **Edit Connection Details**. If you want to switch to a different Jira board within the same environment, click **Change Board**.
9293

93-
In order for the Jira connector to work, Mendix caches some information from your Jira board in our system. This include the name of the estimation field that you use to set story points, as well as the status schema that you use in your board. If this information changes in Jira, you may need to refresh the cache by clicking **Reconnect**.
94+
In order for the Jira connector to work, Mendix caches some information from your Jira board in our system. This includes the name of the estimation field that you use to set story points, as well as the status schema that you use in your board. If this information changes in Jira, you may need to refresh the cache by clicking **Reconnect**.
9495

95-
If you no longer wish to use the Jira connector, simply click **Deactivate Connection**. This will revert your project management tool automatically to [Epics](/developerportal/project-management/epics/).
96+
If you no longer wish to use the Jira connector, simply click **Deactivate Connection**. This reverts your project management tool automatically to [Epics](/developerportal/project-management/epics/).

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The organizational risk management strategy is a key factor in establishing poli
3838

3939
The following controls are related to this control:
4040

41-
* PM-9.
41+
* PM-09
4242

4343
For more information, refer to the NIST Special Publications 800-12 and 800-100.
4444

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac02.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The organization:
4444

4545
### Supplemental Guidance
4646

47-
Information system account types include the following:
47+
Information system account types include the following:
4848

4949
* Individual
5050
* Shared
@@ -73,27 +73,27 @@ The organization:
7373

7474
The following controls are related to this control:
7575

76-
* AC-3
77-
* AC-4
78-
* AC-5
79-
* AC-6
76+
* [AC-03](/private-mendix-platform/nist-controls/ac-03/)
77+
* AC-04
78+
* AC-05
79+
* AC-06
8080
* AC-10
8181
* AC-17
8282
* AC-19
8383
* AC-20
84-
* AU-9
85-
* IA-2
86-
* IA-4
87-
* IA-5
88-
* IA-8
89-
* CM-5
90-
* CM-6
91-
* CM-11
92-
* MA-3
93-
* MA-4
94-
* MA-5
95-
* PL-4
96-
* SC-13.
84+
* AU-09
85+
* IA-02
86+
* IA-04
87+
* IA-05
88+
* IA-08
89+
* CM-05
90+
* CM-06
91+
* CM-011
92+
* MA-03
93+
* MA-04
94+
* MA-05
95+
* PL-04
96+
* SC-13
9797

9898
## Responsibility
9999

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "AC-02 (02) Account Management - Removal Of Temporary / Emergency Accounts"
3+
linktitle: "AC-02 (02)"
4+
url: /private-mendix-platform/nist-controls/ac-0202/
5+
description: "Documents the Private Mendix Platform's compliance with the AC-02 (02) control of the NIST 800-53 framework."
6+
weight: 20
7+
---
8+
9+
## Introduction
10+
11+
This document describes how Private Mendix Platform fulfills the AC-02 (02) control.
12+
13+
| Control ID | AC-02 (02) |
14+
| --- | --- |
15+
| Control category | AC - Access Control |
16+
| Requirement baseline | FEDRAMP MODERATE |
17+
| Responsibility and ownership | Customer - Org |
18+
19+
## Control
20+
21+
The information system automatically removes or; disables temporary and emergency accounts after an: organization-defined time period for each type of account.
22+
23+
### Supplemental Guidance
24+
25+
This control enhancement requires the removal of both temporary and emergency accounts automatically after a predefined period of time has elapsed, rather than at the convenience of the systems administrator.
26+
27+
## Responsibility
28+
29+
### Customer Responsibility
30+
31+
Private Mendix Platform does not provision temporary or emergency accounts outside of normal pre-provisioning and login (SSO) mechanisms.
32+
33+
## Guidance
34+
35+
### Customer Responsibility
36+
37+
To effectively manage temporary and emergency accounts, organizations should:
38+
39+
* Define specific time limits for each type of account based on operational needs and security requirements.
40+
* Configure the information system to automatically disable or remove these accounts once the defined period expires.
41+
* Regularly review account activity and ensure that no temporary or emergency account remains active beyond its authorized timeframe.
42+
* Document the procedures for account creation, monitoring, and removal to ensure compliance and accountability.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: "AC-02 (07) Account Management - Role-Based Schemes"
3+
linktitle: "AC-02 (07)"
4+
url: /private-mendix-platform/nist-controls/ac-0207/
5+
description: "Documents the Private Mendix Platform's compliance with the AC-02 (07) control of the NIST 800-53 framework."
6+
weight: 20
7+
---
8+
9+
## Introduction
10+
11+
This document describes how Private Mendix Platform fulfills the AC-02 (07) control.
12+
13+
| Control ID | AC-02 (07) |
14+
| --- | --- |
15+
| Control category | AC - Access Control |
16+
| Requirement baseline | FEDRAMP MODERATE |
17+
| Responsibility and ownership | Customer - Org |
18+
19+
## Control
20+
21+
The organization:
22+
23+
* Establishes and administers privileged user accounts in accordance with a role-based access scheme that organizes allowed information system access and privileges into roles.
24+
* Monitors privileged role assignments.
25+
* Takes organization-defined actions when privileged role assignments are no longer appropriate.
26+
27+
### Supplemental Guidance
28+
29+
Privileged roles are organization-defined roles assigned to individuals that allow those individuals to perform certain security-relevant functions that ordinary users are not authorized to perform. These privileged roles include, for example, key management, account management, network and system administration, database administration, and web administration.
30+
31+
## Responsibility
32+
33+
### Customer Responsibility
34+
35+
Customers are responsible for defining and documenting their organization-specific privileged roles in alignment with job functions and the principle of least privilege, establishing formal processes for requesting, approving, and provisioning privileged access within Private Mendix Platform. They must conduct periodic access reviews to ensure role assignments remain appropriate, and supplement the platform's built-in monitoring audit logging tools to capture a complete trail of privileged role changes.
36+
37+
Additionally, customers are responsible for defining and enforcing actions when privileged access is no longer appropriate — including integrating role revocation with Identity Provider (IdP) workflows to ensure timely de-provisioning upon employee offboarding or role changes, and establishing internal SLAs to govern the timeliness of such actions.
38+
39+
## Guidance
40+
41+
### Customer Responsibility
42+
43+
Privileged access to Private Mendix Platform is controlled through Role-Based Access Control (RBAC) that is driven by the customer's Identity Provider (IdP):
44+
45+
#### Authentication
46+
47+
Users authenticate through the customer's IdP (for example, Azure AD, Entra ID, or other SAML 2.0 or OIDC-compliant provider). The platform does not maintain independent credential stores for end users.
48+
49+
#### Role Assignment through IdP Claims or Groups
50+
51+
The customer's IdP asserts group memberships or role claims during authentication. These IdP groups or claims are mapped to corresponding Private Mendix Platform roles. This ensures that the customer retains centralized control over who holds privileged roles.
52+
53+
#### Access Enforcement
54+
55+
Upon authentication, the platform evaluates the user's IdP-asserted roles and grants or denies access to privileged actions accordingly. Users without the required privileged role mapping cannot access or execute privileged functions.
56+
57+
#### Lifecycle Management
58+
59+
When a user's group membership or role claim is modified or removed in the customer's IdP, their privileged access within Private Mendix Platform and Mendix applications is updated at the next authentication event. This ensures that privilege revocation is handled centrally through the IdP.
60+
61+
## Proof and Remarks
62+
63+
For more information on how Private Mendix Platform manages dynamic roles and groups, see [Dynamic Role Management in Private Mendix Platform](/private-mendix-platform/dynamic-role-management/#role-editing).
64+
65+
{{< figure src="/attachments/private-platform/nist-ac/nist-ac-0207-1.png" class="no-border" >}}
66+
67+
{{< figure src="/attachments/private-platform/nist-ac/nist-ac-0207-2.png" class="no-border" >}}
68+
69+
{{< figure src="/attachments/private-platform/nist-ac/nist-ac-0207-3.png" class="no-border" >}}
70+
71+
{{< figure src="/attachments/private-platform/nist-ac/nist-ac-0207-4.png" class="no-border" >}}

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Separation of duties addresses the potential for abuse of authorized privileges
3434

3535
The following controls are related to this control:
3636

37-
* AC-3
37+
* [AC-03](/private-mendix-platform/nist-controls/ac-03/)
3838
* AC-6
3939
* PE-3
4040
* PE-4

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Remote access controls apply to information systems other than public web server
3434
The following controls are related to this control:
3535

3636
* AC-2
37-
* AC-3
37+
* [AC-03](/private-mendix-platform/nist-controls/ac-03/)
3838
* AC-18
3939
* AC-19
4040
* AC-20

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Wireless technologies include, for example, microwave, packet radio (UHF/VHF), 8
3030
The following controls are related to this control:
3131

3232
* AC-2
33-
* AC-3
33+
* [AC-03](/private-mendix-platform/nist-controls/ac-03/)
3434
* AC-17
3535
* AC-19
3636
* CA-3

content/en/docs/private-platform/nist-controls/ac/pmp-nist-ac19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Organizations are cautioned that the need to provide adequate security for mobil
5151

5252
The following controls are related to this control:
5353

54-
* AC-3
54+
* [AC-03](/private-mendix-platform/nist-controls/ac-03/)
5555
* AC-7
5656
* AC-18
5757
* AC-20

0 commit comments

Comments
 (0)