Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions content/en/docs/developerportal/security-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: "Security"
url: /developerportal/security/
weight: 10
description: "An overview of the security options available when building, running, and governing your apps."
---

## Introduction

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.

## Planning the Implementation

Before creating your app, refer to the Evaluation Guide to review the available security options:

* [Evaluation Guide: Security](https://www.mendix.com/evaluation-guide/enterprise-capabilities/security/)

## Building an App

When building your application, refer to the following topics:

* [App Modeling: Security](/refguide/security/) - An overview of the security options available when building an app
* [Create a Secure App](/howto/security/create-a-secure-app/) - A detailed walk through the process of creating a secure app
* [Implement Best Practices for App Security](/howto/security/best-practices-security/) - Recommended best practices for app security
* [Set Up Anonymous User Security](/howto/security/set-up-anonymous-user-security/) - A detailed walk through the process of setting up anonymous user security
* [App Security](/refguide/app-security/) - An explanation of the **App security** menu and its sub-menus:
* [User Roles](/refguide/user-roles/) - An explanation of the **User roles** menu
* [Administrator](/refguide/administrator/) - An explanation of the **Administrator** menu
* [Demo Users](/refguide/demo-users/) - An explanation of the **Demo users** menu
* [Anonymous Users](/refguide/anonymous-users/) - An explanation of the **Anonymous users** menu
* [Password Policy](/refguide/password-policy/) - An explanation of the **Password policy** menu
* [Strict Mode](/refguide/strict-mode/) - An explanation of the **Strict mode** menu
* [App Modeling: Module Security](/refguide/module-security/) - An overview of the security options available when creating a module
* [Security and Shared Datasets](/refguide/security-shared-datasets/) - An overview of the secure integration with OData services (shared datasets)
* [Configuring Security for a Workflow Process](/refguide/workflow-security/) - An overview of the security configuration available for workflow processes
* [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
* [Content Security Policy](/howto/security/csp/) - An overview of content security policies that you can configure for your apps
* [Two-Factor Authentication](/developerportal/deploy/two-factor-authentication/) - An explanation of the available options when setting up two-factor authentication

## Running your App

For information about security practices for business-as-usual operations of your app, refer to the following topics:

### On Mendix Cloud

* [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

### On Mendix for Private Cloud

* [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

### On Premises

* [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

## Governing your Organization and its Apps

For information about security practices for app governance, refer to the following topics:

* [Apps: Software Composition](/developerportal/deploy/software-composition/) - An explanation of the **Software Composition** page of the **Apps** menu
* [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
* [Security Settings in Control Center](/control-center/security/) - Settings to help you manage access to the Mendix Platform for users in your company
* [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
* [Data Accessibility and Security](/catalog/manage/security/) - An overview of the security options available in the Catalog
* [Mitigate Security Risks](https://www.mendix.com/evaluation-guide/governance/risk-control/mitigate-security-risk/) - Best practices for mitigating security risks

## Getting Support

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).
1 change: 1 addition & 0 deletions layouts/partials/landingpage/user-journey-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h4 class="card-title" style="border-color:#AB19DB">Collaborate</h4>
<img class="card-icon" src="/icons/cog-shield.svg" alt="">
<h4 class="card-title" style="border-color:#E39600">Govern</h4>
<ul class="card-text">
<li><a href="/developerportal/security/">Security</a></li>
<li><a href="/control-center/apps/">Company Apps Dashboard</a></li>
<li><a href="/control-center/security/">Company Security Settings</a></li>
<li><a href="/control-center/entitlements/">Entitlements</a></li>
Expand Down