From 76f2c68eb175d1b4baedfe59b3eb8fd04f9add23 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Tue, 1 Oct 2024 17:24:25 +0530 Subject: [PATCH] Move Deeplink Alert box --- content/en/docs/appstore/use-content/modules/oidc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/appstore/use-content/modules/oidc.md b/content/en/docs/appstore/use-content/modules/oidc.md index 5d4b719357a..4543425db97 100644 --- a/content/en/docs/appstore/use-content/modules/oidc.md +++ b/content/en/docs/appstore/use-content/modules/oidc.md @@ -835,11 +835,6 @@ If your microflow is not correctly implemented you will be told that **Authentic ### Using Deep Links -{{% alert color="warning" %}} -The Deep Link module has been deprecated from Studio Pro 10.6 and replaced by [page URLs](/refguide/page-properties/#url) and [microflow URLs](/refguide/microflow/#url). -For instructions on migrating to page and microflow URLs, see the [Using Page and Microflow URLs with OIDC SSO](#page-microflow-url) section below. -{{% /alert %}} - If end-users who use the deeplink do not yet have a session in your app, the deeplink can trigger the SSO process. If successful, the end-user will be automatically redirected back to the deeplink. For more information on using Deep Link module (with Mendix 8 and 9), see the [Using Deep Link Module](#using-deep-link) section below. @@ -874,6 +869,11 @@ For more information, see the [URL](/refguide/microflow/#url) section of the *Mi #### Using Deep Link Module{#using-deep-link} +{{% alert color="warning" %}} +The Deep Link module has been deprecated from Studio Pro 10.6 and replaced by [page URLs](/refguide/page-properties/#url) and [microflow URLs](/refguide/microflow/#url). +For instructions on migrating to page and microflow URLs, see the [Using Page and Microflow URLs with OIDC SSO](#page-microflow-url) section above. +{{% /alert %}} + To use OIDC SSO module in conjunction with the Deep Link module (for Mendix 8 and 9), you can choose between the following methods of selecting an IdP: * You need to set the `LoginLocation` constant of the Deep Link module to the `/oauth/v2/login?cont=`.