Skip to content

Commit a15d7a2

Browse files
author
premgan
authored
Update issuance-request-api.md
https://docs.microsoft.com/en-us/azure/active-directory/verifiable-credentials/get-started-request-api?tabs=http#call-the-api => The tenantId is not needed in the URL anymore as it is present as a claim in the access_token.
1 parent a3f7cc0 commit a15d7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/verifiable-credentials/issuance-request-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Request Service REST API issuance request requires the following HTTP header
3535
|`Authorization`| Attach the access token as a bearer token to the authorization header in an HTTP request. For example, `Authorization: Bearer <token>`.|
3636
|`Content-Type`| `Application/json`|
3737

38-
Construct an HTTP POST request to the Request Service REST API. Replace the `{tenantID}` with your tenant ID or tenant name.
38+
Construct an HTTP POST request to the Request Service REST API.
3939

4040
```http
4141
https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createIssuanceRequest

0 commit comments

Comments
 (0)