Skip to content

Commit 7410ed4

Browse files
committed
Add alert box to Mendix sso
1 parent b4d8782 commit 7410ed4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

content/en/docs/marketplace/platform-supported-content/modules/mendix-sso.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
---
22
title: "Mendix SSO"
33
url: /appstore/modules/mendix-sso/
4+
deprecated: true
45
description: "Describes the configuration and usage of the Mendix SSO module, which is available in the Mendix Marketplace."
56
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
67
#Please do not rename the anchor #supplements in this document as it is used in links from the module release notes.
78
---
89

910
## Introduction
1011

12+
{{% alert color="warning" %}}
13+
This module is deprecated as of May 1, 2026, and will be removed from the public Marketplace on November 1, 2026.
14+
15+
To ensure uninterrupted single sign-on functionality for end users, Mendix recommends migrating to the [OIDC SSO](/appstore/modules/oidc/) module, which requires configuring an identity provider (IdP).
16+
17+
If an external IdP is not available, you may alternatively use local in-app credentials or implement a custom SSO solution using the [OIDC Provider](/appstore/services/oidc-provider/) module.
18+
{{% /alert %}}
19+
1120
With the [Mendix SSO](https://marketplace.mendix.com/link/component/111349/) module, you can utilize single sign-on functionality by directly integrating with the Mendix identity provider and leveraging the [OpenID Connect](https://openid.net/connect/) framework.
1221

1322
This module allows end-users to sign in with their Mendix account with the click of a button, instead of requiring their local user credentials. This module avoids having to deal with local user management or password reset flows for the test and acceptance phases of your app development.

0 commit comments

Comments
 (0)