Skip to content

Commit aa93aa2

Browse files
committed
Update service principal client ID and client secret with the correct values from the Azure documentation.
1 parent 3d2241d commit aa93aa2

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app-with-auto-redeploy.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,10 @@ Use the following steps to create a service principal:
4747

4848
```output
4949
{
50-
"clientID": <client-ID>,
51-
"clientSecret": <client-secret>,
52-
"subscriptionID": <subscription-ID>,
53-
"tenantID": <tenant-ID>,
54-
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
55-
"resourceManagerEndpointUrl": "https://management.azure.com/",
56-
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
57-
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
58-
"galleryEndpointUrl": "https://gallery.azure.com/",
59-
"managementEndpointUrl": "https://management.core.windows.net/"
50+
"appId": <app-ID>,
51+
"displayName": <display-Name>,
52+
"password": <password>,
53+
"tenant": <tenant>
6054
}
6155
```
6256

@@ -100,9 +94,9 @@ Use the following steps to fill out the **ARO** pane shown in the following scre
10094

10195
1. Under **Provide information to create a new cluster**, for **Red Hat pull secret**, use the Red Hat pull secret that you obtained in the [Get a Red Hat pull secret](#get-a-red-hat-pull-secret) section. Use the same value for **Confirm secret**.
10296

103-
1. For **Service principal client ID**, use the service principal Application (client) ID that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section.
97+
1. For **Service principal client ID**, use the `appId` that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section.
10498

105-
1. For **Service principal client secret**, use the service principal Application secret that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section. Use the same value for **Confirm secret**.
99+
1. For **Service principal client secret**, use the `password` that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section. Use the same value for **Confirm secret**.
106100

107101
1. Select **Next EAP Application**.
108102

0 commit comments

Comments
 (0)