Skip to content

Commit

Permalink
Merge pull request #8401 from mendix/kv-OIDC-move-DeeplinkAlertBox
Browse files Browse the repository at this point in the history
Move deprecation of deeplink from 8.3 to 8.3.2 of the OIDC SSO
  • Loading branch information
Karuna-Mendix authored Oct 1, 2024
2 parents a83061b + 76f2c68 commit 0edba7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/appstore/use-content/modules/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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=`.
Expand Down

0 comments on commit 0edba7d

Please sign in to comment.