Skip to content

Commit 286e495

Browse files
authored
Update howto-verifiable-credentials-partner-au10tix.md
1 parent 07c8069 commit 286e495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/verifiable-credentials/howto-verifiable-credentials-partner-au10tix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ As a developer you can share these steps with your tenant administrator to obtai
6666

6767
As a developer you now have the request URL and body from your tenant admin, follow these steps to update your application or website:
6868

69-
1. Add the request URL and body to your application or website to request Verified IDs from your users. Note: If you are using [one of the sample apps](https://aka.ms/vcsample), you'll need to replace the contents of the presentation_request_config.json with the request body obtained.
69+
1. Add the request URL and body to your application or website to request Verified IDs from your users.
70+
>[!Note]
71+
>If you are using [one of the sample apps](https://aka.ms/vcsample), you'll need to replace the contents of the `presentation_request_config.json` with the request body obtained in [Part 1](#Part-1). The sample code overwrites the `trustedIssuers` values with `IssuerAuthority` value from `appsettings.json`. Copy the `trustedIssuers` value from the payload to `IssuerAuthority` in `appsettings.json` file.
7072
1. Be sure to replace the values for the "url", "state", and "api-key" with your respective values.
7173
1. [Grant permissions](verifiable-credentials-configure-tenant.md#grant-permissions-to-get-access-tokens) to your app to obtain access token for the Verified ID service request service principal.
7274

0 commit comments

Comments
 (0)