Skip to content

Commit 290a793

Browse files
authored
Merge branch 'mendix:development' into development
2 parents 0c29934 + 396ed49 commit 290a793

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -868,10 +868,6 @@ To parse access tokens, you need to do the following:
868868
This section is only relevant if you are a Mendix partner and you want to integrate your app with the Siemens SAM IdP.
869869
{{% /alert %}}
870870

871-
{{% alert color="info" %}}
872-
From version 4.3.0 of the OIDC SSO module, optionally, you can select `ID-TOKEN` as a **Custom ATP Token Type** for all custom access token parsing. Default is `ACCESS-TOKEN`.
873-
{{% /alert %}}
874-
875871
To parse of SAM access tokens you need to do the following when performing [Runtime Configuration of Your IdP at Your App](#runtime-idp-app):
876872

877873
1. Select *OIDC.Default_SAM_TokenProcessing_CustomATP* as the **custom AccessToken processing microflow**.
@@ -882,14 +878,18 @@ To parse of SAM access tokens you need to do the following when performing [Runt
882878
3. Configure the user roles in your app to match the roles returned by SAM. End-users will be given the matching role when they sign into the app. If the role in the SAM token is not found in the Mendix app the end-user will be given the role `User`.
883879
4. Save the configuration.
884880

885-
#### Parsing Microsoft Entra ID Access Tokens
881+
#### Parsing Tokens from Microsoft Entra ID
886882

887883
The OIDC SSO module provides a default access token parsing microflow for Entra ID. To use it, select the appropriate access token parsing microflow:
888884

889885
* For Entra ID, the default access token parsing microflow is `OIDC.Default_Azure_TokenProcessing_CustomATP`.
890886

891887
To confirm that the authorization is working, get an access token from your Entra ID IdP and pass it to the API Endpoint using the authorization header.
892888

889+
{{% alert color="info" %}}
890+
From version 4.3.0 of the OIDC SSO module, optionally, you can select `ID-TOKEN` as a **Custom ATP Token Type** for all custom access token parsing. Default is `ACCESS-TOKEN`.
891+
{{% /alert %}}
892+
893893
#### Parsing OIDC Provider Access Tokens
894894

895895
The OIDC SSO module version 2.3.0 and above provides a default access token parsing microflow to use when you are authenticating using the OIDC Provider module as your IdP.

0 commit comments

Comments
 (0)