Skip to content

Commit 81a8f8a

Browse files
Merge pull request #8803 from mendix/kk-security
Security summary
2 parents a6c484a + 7e9744f commit 81a8f8a

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "Security"
3+
url: /developerportal/security/
4+
weight: 10
5+
description: "An overview of the security options available when building, running, and governing your apps."
6+
---
7+
8+
## Introduction
9+
10+
Security is a key aspect that must be considered when building apps, integrating with other parts of your landscape, or governing your organization and apps within the Mendix platform. Information about security is present in various sections of Mendix documentation. This page provides an overview of the available articles on this topic.
11+
12+
## Planning the Implementation
13+
14+
Before creating your app, refer to the Evaluation Guide to review the available security options:
15+
16+
* [Evaluation Guide: Security](https://www.mendix.com/evaluation-guide/enterprise-capabilities/security/)
17+
18+
## Building an App
19+
20+
When building your application, refer to the following topics:
21+
22+
* [App Modeling: Security](/refguide/security/) - An overview of the security options available when building an app
23+
* [Create a Secure App](/howto/security/create-a-secure-app/) - A detailed walk through the process of creating a secure app
24+
* [Implement Best Practices for App Security](/howto/security/best-practices-security/) - Recommended best practices for app security
25+
* [Set Up Anonymous User Security](/howto/security/set-up-anonymous-user-security/) - A detailed walk through the process of setting up anonymous user security
26+
* [App Security](/refguide/app-security/) - An explanation of the **App security** menu and its sub-menus:
27+
* [User Roles](/refguide/user-roles/) - An explanation of the **User roles** menu
28+
* [Administrator](/refguide/administrator/) - An explanation of the **Administrator** menu
29+
* [Demo Users](/refguide/demo-users/) - An explanation of the **Demo users** menu
30+
* [Anonymous Users](/refguide/anonymous-users/) - An explanation of the **Anonymous users** menu
31+
* [Password Policy](/refguide/password-policy/) - An explanation of the **Password policy** menu
32+
* [Strict Mode](/refguide/strict-mode/) - An explanation of the **Strict mode** menu
33+
* [App Modeling: Module Security](/refguide/module-security/) - An overview of the security options available when creating a module
34+
* [Security and Shared Datasets](/refguide/security-shared-datasets/) - An overview of the secure integration with OData services (shared datasets)
35+
* [Configuring Security for a Workflow Process](/refguide/workflow-security/) - An overview of the security configuration available for workflow processes
36+
* [Mobile: Offline Data Security](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/local-data-security/) - A detailed walk through the process of configuring offline data security for mobile apps
37+
* [Content Security Policy](/howto/security/csp/) - An overview of content security policies that you can configure for your apps
38+
* [Two-Factor Authentication](/developerportal/deploy/two-factor-authentication/) - An explanation of the available options when setting up two-factor authentication
39+
40+
## Running your App
41+
42+
For information about security practices for business-as-usual operations of your app, refer to the following topics:
43+
44+
### On Mendix Cloud
45+
46+
* [Secure Outgoing Connections from Your App](/developerportal/deploy/securing-outgoing-connections-from-your-application/ ) - An overview of the various scenarios for securing outgoing connections on the Mendix Cloud
47+
48+
### On Mendix for Private Cloud
49+
50+
* [Mendix for Private Cloud: How Are My Apps and Data Secured in Mendix for Private Cloud?](https://www.mendix.com/evaluation-guide/deployment/private-cloud/mendix-private-cloud/) - An overview of the Mendix for Private Cloud offering and the security it offers
51+
52+
### On Premises
53+
54+
* [Security for Your On-Premises Installation](/developerportal/deploy/security-checklist-for-your-on-premises-installation/) - A checklist of security options available for apps installed on premises
55+
56+
## Governing your Organization and its Apps
57+
58+
For information about security practices for app governance, refer to the following topics:
59+
60+
* [Apps: Software Composition](/developerportal/deploy/software-composition/) - An explanation of the **Software Composition** page of the **Apps** menu
61+
* [Control Center: Software Composition](/control-center/software-composition/) - An explanation of the **Software Composition** page of the **Control Center**, and the options available to identify the dependencies in deployment packages in the Mendix Portal
62+
* [Security Settings in Control Center](/control-center/security/) - Settings to help you manage access to the Mendix Platform for users in your company
63+
* [Set up an SSO (BYOIDP)](/control-center/security/set-up-sso-byoidp/) - A detailed walk through the process of configuring BYODIDP SSO in the Control Center
64+
* [Data Accessibility and Security](/catalog/manage/security/) - An overview of the security options available in the Catalog
65+
* [Mitigate Security Risks](https://www.mendix.com/evaluation-guide/governance/risk-control/mitigate-security-risk/) - Best practices for mitigating security risks
66+
67+
## Getting Support
68+
69+
For additional information, frequently asked questions, and troubleshooting tis, refer to [Frequently Asked Questions – Security](/support/security-findings-faq/). If you have more questions, contact your Customer Success Manager (CSM), or join the [Mendix Community forum](https://community.mendix.com/p/community).

layouts/partials/landingpage/user-journey-cards.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ <h4 class="card-title" style="border-color:#AB19DB">Collaborate</h4>
6363
<img class="card-icon" src="/icons/cog-shield.svg" alt="">
6464
<h4 class="card-title" style="border-color:#E39600">Govern</h4>
6565
<ul class="card-text">
66+
<li><a href="/developerportal/security/">Security</a></li>
6667
<li><a href="/control-center/apps/">Company Apps Dashboard</a></li>
6768
<li><a href="/control-center/security/">Company Security Settings</a></li>
6869
<li><a href="/control-center/entitlements/">Entitlements</a></li>

0 commit comments

Comments
 (0)