Skip to content

Commit 60b4e09

Browse files
committed
Update refguide9 and refguide10
1 parent 4211796 commit 60b4e09

6 files changed

Lines changed: 22 additions & 2 deletions

File tree

content/en/docs/refguide10/modeling/application-logic/workflows/add-action-to-workflow-toolbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Before starting this how-to, make sure you have completed the following prerequi
2828

2929
* Familiarize yourself with workflow terms. For more information, see [Workflows](/refguide10/workflows/).
3030
* Install Atlas 3 from the Mendix Marketplace. As a result of installing Atlas 3, your app should contain the following modules that Workflow Commons depends on: Atlas_Core, Atlas_Web_Content, and DataGrid.
31-
* Your app has the following optional modules [Workflow Commons](https://marketplace.mendix.com/link/component/117066) and [Mendix SSO](https://marketplace.mendix.com/link/component/111349) modules for better developer experience. For more information on how to set up Workflow Commons in an existing app, see [Adding a Workflow to an Existing App: Using Workflow Commons](/refguide10/workflow-setting-up-app/).
31+
* Your app has the optional [Workflow Commons](https://marketplace.mendix.com/link/component/117066) module for better developer experience. For more information on how to set up Workflow Commons in an existing app, see [Adding a Workflow to an Existing App: Using Workflow Commons](/refguide/workflow-setting-up-app/).
32+
33+
Your app also has the [Mendix SSO](https://marketplace.mendix.com/link/component/111349) module as an optional. However, it is deprecated as of May 1, 2026. You may alternatively use [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/).
3234

3335
## Exposing the Microflow as the Workflow Action
3436

content/en/docs/refguide10/modeling/integration/odata-services/consumed-odata-services/consumed-odata-service.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Custom authentication can be done with the microflow where the authentication va
5353

5454
#### Authenticating with Mendix SSO {#authenticate-mendix-sso}
5555

56+
{{% alert color="warning" %}}
57+
The Mendix SSO module is deprecated as of May 1, 2026. For new implementations, it is recommended to configure custom authentication using [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/) modules.
58+
{{% /alert %}}
59+
5660
Publishers can set up [custom authentication](/refguide10/published-odata-services/#authentication-microflow) using [Mendix SSO](/appstore/modules/mendix-sso/) module. For more information, see the [Mendix SSO](/refguide10/published-odata-services/#authentication-mendix-sso) section of *Published OData Services*.
5761

5862
Consumers of an OData service that is set up with Mendix SSO authentication can use the **CreateAccessTokenAuthorizationHeaderList**.

content/en/docs/refguide10/modeling/integration/odata-services/published-odata-services/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ There are three possible outcomes of the authentication microflow:
232232

233233
###### Mendix SSO {#authentication-mendix-sso}
234234

235+
{{% alert color="warning" %}}
236+
The Mendix SSO module is deprecated as of May 1, 2026. You may alternatively use [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/).
237+
{{% /alert %}}
238+
235239
You can configure a published OData/GraphQL service to authenticate with the [Mendix SSO](/appstore/modules/mendix-sso/) module. This is a form of [Custom](#authentication-microflow) authentication.
236240

237241
To set up authentication with Mendix SSO, do the following:

content/en/docs/refguide9/modeling/application-logic/workflows/add-action-to-workflow-toolbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Before starting this how-to, make sure you have completed the following prerequi
2828

2929
* Familiarize yourself with workflow terms. For more information, see [Workflows](/refguide9/workflows/).
3030
* Install Atlas 3 from the Mendix Marketplace. As a result of installing Atlas 3, your app should contain the following modules that Workflow Commons depends on: Atlas_Core, Atlas_Web_Content, and DataGrid.
31-
* Your app has the following optional modules [Workflow Commons](https://marketplace.mendix.com/link/component/117066) and [Mendix SSO](https://marketplace.mendix.com/link/component/111349) modules for better developer experience. For more information on how to set up Workflow Commons in an existing app, see [Adding a Workflow to an Existing App: Using Workflow Commons](/refguide9/workflow-setting-up-app/).
31+
* Your app has the optional [Workflow Commons](https://marketplace.mendix.com/link/component/117066) module for better developer experience. For more information on how to set up Workflow Commons in an existing app, see [Adding a Workflow to an Existing App: Using Workflow Commons](/refguide/workflow-setting-up-app/).
32+
33+
Your app also has the [Mendix SSO](https://marketplace.mendix.com/link/component/111349) module as an optional. However, it is deprecated as of May 1, 2026. You may alternatively use [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/).
3234

3335
## Exposing the Microflow as the Workflow Action
3436

content/en/docs/refguide9/modeling/integration/odata-services/consumed-odata-services/consumed-odata-service.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Custom authentication can be done with the microflow where the authentication va
8181

8282
#### Authenticating with Mendix SSO {#authenticate-mendix-sso}
8383

84+
{{% alert color="warning" %}}
85+
The Mendix SSO module is deprecated as of May 1, 2026. For new implementations, it is recommended to configure custom authentication using [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/) modules.
86+
{{% /alert %}}
87+
8488
Publishers can set up [Custom](/refguide9/published-odata-services/#authentication-microflow) authentication using [Mendix SSO](/appstore/modules/mendix-sso/) module. (This is explained in more detail in the [Mendix SSO](/refguide9/published-odata-services/#authentication-mendix-sso) section of *Published OData Services*).
8589

8690
Consumers of an OData service that is set up with [Mendix SSO](/appstore/modules/mendix-sso/) authentication can do the following:

content/en/docs/refguide9/modeling/integration/odata-services/published-odata-services/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ There are three possible outcomes of the authentication microflow:
174174

175175
###### Mendix SSO {#authentication-mendix-sso}
176176

177+
{{% alert color="warning" %}}
178+
The Mendix SSO module is deprecated as of May 1, 2026. You may alternatively use [OIDC SSO](/appstore/modules/oidc/), [SAML](/appstore/modules/saml/), or [LDAP](appstore/modules/ldap/).
179+
{{% /alert %}}
180+
177181
You can configure a published OData service to authenticate with the [Mendix SSO](/appstore/modules/mendix-sso/) module. This is a form of [Custom](#authentication-microflow) authentication.
178182

179183
To set up authentication with Mendix SSO, do the following:

0 commit comments

Comments
 (0)