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/openshift/configure-azure-ad-cli.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ ms.custom: mvc
13
13
14
14
# Configure Azure Active Directory authentication for an Azure Red Hat OpenShift 4 cluster using the command line
15
15
16
-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
17
-
18
16
## Before you begin
19
17
20
-
Retrieve your cluster specific URLs that are going to be used to configure the Azure Active Directory application.
18
+
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
19
+
20
+
Retrieve your cluster-specific URLs that are going to be used to configure the Azure Active Directory application.
21
21
22
22
Construct the cluster's OAuth callback URL and store it in a variable **oauthCallbackURL**. Make sure to replace **aro-rg** with your resource group's name and **aro-cluster** with your cluster's name.
23
23
@@ -146,7 +146,7 @@ The following example output shows the password will be in `kubeadminPassword`.
146
146
}
147
147
```
148
148
149
-
Login to the OpenShift cluster's API server using the following command. The `$apiServer` variable was set [earlier](). Replace **\<kubeadmin password>** with the password you just retrieved.
149
+
Log in to the OpenShift cluster's API server using the following command. The `$apiServer` variable was set [earlier](). Replace **\<kubeadmin password>** with the password you retrieved.
If you now logout of the OpenShift Web Console and try to login again, you'll be presented with a new option to login with **AAD**. You may need to wait for a few minutes.
212
-
213
-

211
+
If you now logout of the OpenShift Web Console and try to log in again, you'll be presented with a new option to log in with **AAD**. You may need to wait for a few minutes.
214
212
215
-
## Next steps
213
+

Copy file name to clipboardExpand all lines: articles/openshift/configure-azure-ad-ui.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,3 @@ Scroll down to the **Claims** section and update the **Preferred Username** to u
114
114
If you now logout of the OpenShift Web Console and try to login again, you'll be presented with a new option to login with **AAD**. You may need to wait for a few minutes.
115
115
116
116

0 commit comments