Skip to content

Commit 584c272

Browse files
committed
Fix links to deprecated docs - Marketplace
1 parent f7b0142 commit 584c272

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/marketplace/analytics-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Azure AD application you created in the Azure portal needs to be linked to y
3737

3838
## Generate an Azure AD token
3939

40-
You need to Generate an Azure AD token using the Application (client) ID. This ID helps to uniquely identify your client application in the Microsoft identity platform and the client secret from the previous step. For the steps to generate an Azure AD token, see [Service to service calls using client credentials (shared secret or certificate)](../active-directory/azuread-dev/v1-oauth2-client-creds-grant-flow.md).
40+
You need to Generate an Azure AD token using the Application (client) ID. This ID helps to uniquely identify your client application in the Microsoft identity platform and the client secret from the previous step. For the steps to generate an Azure AD token, see [Service to service calls using client credentials (shared secret or certificate)](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md).
4141

4242
> [!NOTE]
4343
> The token is valid for one hour.

articles/marketplace/azure-ad-free-or-trial-landing-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To get started, follow the instructions for [registering a new application](../a
4949

5050
If you intend to query the Microsoft Graph API, [configure your new application to access web APIs](../active-directory/develop/quickstart-configure-app-access-web-apis.md). When you select the API permissions for this application, the default of **User.Read** is enough to gather basic information about the user to make the onboarding process smooth and automatic. Do not request any API permissions labeled **needs admin consent**, as this will block all non-administrator users from visiting your landing page.
5151

52-
If you do require elevated permissions as part of your onboarding or provisioning process, consider using the [incremental consent](../active-directory/azuread-dev/azure-ad-endpoint-comparison.md) functionality of Azure AD so that all users sent from the marketplace are able to interact initially with the landing page.
52+
If you do require elevated permissions as part of your onboarding or provisioning process, consider using the [incremental consent](../active-directory/develop/permissions-consent-overview.md#consent) functionality of Azure AD so that all users sent from the marketplace are able to interact initially with the landing page.
5353

5454
## Use a code sample as a starting point
5555

articles/marketplace/azure-ad-transactable-saas-landing-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To get started, follow the instructions for [registering a new application](../a
5252

5353
If you intend to query the Microsoft Graph API, [configure your new application to access web APIs](../active-directory/develop/quickstart-configure-app-access-web-apis.md). When you select the API permissions for this application, the default of **User.Read** is enough to gather basic information about the buyer to make the onboarding process smooth and automatic. Do not request any API permissions labeled **needs admin consent**, as this will block all non-administrator users from visiting your landing page.
5454

55-
If you require elevated permissions as part of your onboarding or provisioning process, consider using the [incremental consent](../active-directory/azuread-dev/azure-ad-endpoint-comparison.md) functionality of Azure AD so that all buyers sent from the marketplace are able to interact initially with the landing page.
55+
If you require elevated permissions as part of your onboarding or provisioning process, consider using the [incremental consent](../active-directory/develop/permissions-consent-overview.md#consent) functionality of Azure AD so that all buyers sent from the marketplace are able to interact initially with the landing page.
5656

5757
## Use a code sample as a starting point
5858

articles/marketplace/azure-app-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To use the Microsoft Store submission API, you must associate an Azure AD applic
4444

4545
Before you call any of the methods in the Partner Center submission API, you must first obtain an Azure AD access token that you pass to the **Authorization** header of each method in the API. After you obtain an access token, you have 60 minutes to use it before it expires. After the token expires, you can refresh the token so you can continue to use it in future calls to the API.
4646

47-
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials](../active-directory/azuread-dev/v1-oauth2-client-creds-grant-flow.md) to send an `HTTP POST` to the `https://login.microsoftonline.com/<tenant_id>/oauth2/token` endpoint. Here is a sample request:
47+
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) to send an `HTTP POST` to the `https://login.microsoftonline.com/<tenant_id>/oauth2/token` endpoint. Here is a sample request:
4848

4949
JSONCopy
5050
```Json

articles/marketplace/submission-api-onboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use the Partner Center submission API, you must associate an Azure AD applica
4646

4747
Before you call any of the methods in the Partner Center submission API, you must first obtain an Azure AD access token to pass to the **Authorization** header of each method in the API. An access token expires 60 minutes after issuance. After that, you can refresh it so you can use it in future calls to the API.
4848

49-
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials](../active-directory/azuread-dev/v1-oauth2-client-creds-grant-flow.md) to send an `HTTP POST` to the `https://login.microsoftonline.com/<tenant_id>/oauth2/token` endpoint. Here is a sample request:
49+
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) to send an `HTTP POST` to the `https://login.microsoftonline.com/<tenant_id>/oauth2/token` endpoint. Here is a sample request:
5050

5151
```json
5252
POST https://login.microsoftonline.com/<tenant_id>/oauth2/token HTTP/1.1

0 commit comments

Comments
 (0)