You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/oidc.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -868,10 +868,6 @@ To parse access tokens, you need to do the following:
868
868
This section is only relevant if you are a Mendix partner and you want to integrate your app with the Siemens SAM IdP.
869
869
{{% /alert %}}
870
870
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
-
875
871
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):
876
872
877
873
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
882
878
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`.
883
879
4. Save the configuration.
884
880
885
-
#### Parsing Microsoft Entra ID Access Tokens
881
+
#### Parsing Tokens from Microsoft Entra ID
886
882
887
883
The OIDC SSO module provides a default access token parsing microflow for Entra ID. To use it, select the appropriate access token parsing microflow:
888
884
889
885
* For Entra ID, the default access token parsing microflow is `OIDC.Default_Azure_TokenProcessing_CustomATP`.
890
886
891
887
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.
892
888
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
+
893
893
#### Parsing OIDC Provider Access Tokens
894
894
895
895
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