From 371a3a4b4ba207dd3955a5c7c9fabf3f2d85478a Mon Sep 17 00:00:00 2001 From: Mathushihan Date: Fri, 27 Mar 2026 23:41:29 +0530 Subject: [PATCH 1/2] Fix three broken external links in connect-with-mattr tutorial Updated three broken external links that return 404 errors due to MATTR restructuring their docs and GitHub repositories. --- .../7.2.0/docs/references/tutorials/connect-with-mattr.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md b/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md index 5987726ae9..eb22ef0a11 100644 --- a/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md +++ b/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md @@ -150,7 +150,7 @@ Follow the steps given below. - ``: Provide the {{ product_name }} token endpoint URL. - ``: Provide the OIDC application ID. - ``: Provide the OIDC application secret that you created when configuring the application in {{ product_name }}. - - `claimMappings`: Configure the claims that you need to offer with the verifiable credential to the wallet holder by adding them in the `claimMappings` parameter in the request payload. See the [MATTR-supported credential claim mappings](https://learn.mattr.global/tutorials/web-credentials/issue/oidc-bridge/common-mappings){:target="_blank"}. + - `claimMappings`: Configure the claims that you need to offer with the verifiable credential to the wallet holder by adding them in the `claimMappings` parameter in the request payload. See the MATTR-supported credential claim mappings documentation on the MATTR website. !!! note In the step that displays the QR code, we'll refer to the `id` parameter in the response as `{issuer-id}`. @@ -179,7 +179,7 @@ Follow the steps given below. 1. Download the MATTR mobile wallet app to your mobile phone. !!! note - See [this documentation](https://learn.mattr.global/tutorials/wallets/mattr-wallet) for details. + See [this documentation](https://learn.mattr.global/docs/holding/go-hold/getting-started) for details. 2. Go to the MATTR mobile wallet app and scan the QR code. 3. Click **Proceed** and log in to your account in {{ product_name }}. @@ -241,7 +241,7 @@ Let's use a sample MATTR application to perform the credential verification. For 2. Download and configure the MATTR sample application by visiting the GitHub repository below. ```bash - https://github.com/mattrglobal/sample-apps/tree/master/verify-callback-express + https://github.com/mattrglobal/sample-apps ``` Update the environment variables in the `.env` file according to your setup. Specifically, for the `TEMPLATEID` variable, use the ID value you received from the response to the previous request. @@ -272,4 +272,4 @@ Let's use a sample MATTR application to perform the credential verification. For } ``` -Now you know how to issue verifiable credentials for wallet holders and how to verify them with MATTR using {{ product_name }}. You can continue to harness the full capabilities that {{ product_name }} provides by customizing the sign-in flow, enhancing application security, etc. \ No newline at end of file +Now you know how to issue verifiable credentials for wallet holders and how to verify them with MATTR using {{ product_name }}. You can continue to harness the full capabilities that {{ product_name }} provides by customizing the sign-in flow, enhancing application security, etc. From c90721b9ab28d32ca85e10c5bc2d9f4b7cf56c43 Mon Sep 17 00:00:00 2001 From: Mathushihan Date: Sat, 28 Mar 2026 00:08:57 +0530 Subject: [PATCH 2/2] Update claimMappings documentation link Updated the link for claimMappings documentation to point to the credential configurations guide. --- .../7.2.0/docs/references/tutorials/connect-with-mattr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md b/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md index eb22ef0a11..245cbe1799 100644 --- a/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md +++ b/en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md @@ -150,7 +150,7 @@ Follow the steps given below. - ``: Provide the {{ product_name }} token endpoint URL. - ``: Provide the OIDC application ID. - ``: Provide the OIDC application secret that you created when configuring the application in {{ product_name }}. - - `claimMappings`: Configure the claims that you need to offer with the verifiable credential to the wallet holder by adding them in the `claimMappings` parameter in the request payload. See the MATTR-supported credential claim mappings documentation on the MATTR website. + - `claimMappings`: Configure the claims that you need to offer with the verifiable credential to the wallet holder by adding them in the `claimMappings` parameter in the request payload. See the [credential configurations](https://learn.mattr.global/docs/credentials/credential-configuration) guide on the MATTR website for claim mapping reference. !!! note In the step that displays the QR code, we'll refer to the `id` parameter in the response as `{issuer-id}`.