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: articles/spring-apps/includes/quickstart-deploy-restful-api-app/validate-the-app-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can now access the RESTful API to see if it works.
17
17
18
18
### 5.1. Request an access token
19
19
20
-
The RESTful APIs act as a resource server, which is protected by Microsoft Entra ID. Before acquiring an access token, you're required to register another application in Microsoft Entra ID and grant permissions to the client application, which is named `ToDoWeb`.
20
+
The RESTful APIs act as a resource server, which is protected by Microsoft Entra ID. Before acquiring an access token, you must register another application in Microsoft Entra ID and grant permissions to the client application, which is named `ToDoWeb`.
- An Azure subscription and one of the following roles:
45
+
- An Azure subscription. If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
46
+
- One of the following roles:
46
47
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
47
48
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
48
49
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
49
-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
50
+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
50
51
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
51
52
-[Git](https://git-scm.com/downloads).
52
53
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
53
54
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).
54
55
55
56
### [Azure CLI](#tab/Azure-CLI)
56
57
57
-
- An Azure subscription and one of the following roles:
58
+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
59
+
- One of the following roles:
58
60
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
59
61
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
60
62
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
61
-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
63
+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
62
64
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
63
65
-[Git](https://git-scm.com/downloads).
64
66
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
@@ -73,22 +75,24 @@ See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pi
- An Azure subscription and one of the following roles:
78
+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
79
+
- One of the following roles:
77
80
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
78
81
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
79
82
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
80
-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
83
+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
81
84
-[Git](https://git-scm.com/downloads).
82
85
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
83
86
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).
- An Azure subscription and one of the following roles:
90
+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
91
+
- One of the following roles:
88
92
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
89
93
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
90
94
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
91
-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
95
+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
92
96
-[Git](https://git-scm.com/downloads).
93
97
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
94
98
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).
0 commit comments