Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3c9323

Browse files
author
Sakthi Vetrivel
committedApr 27, 2020
adding images
1 parent 9074903 commit d3c9323

36 files changed

+6
-12
lines changed
 

‎articles/openshift/configure-azure-ad-cli.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ms.custom: mvc
1313

1414
# Configure Azure Active Directory authentication for an Azure Red Hat OpenShift 4 cluster using the command line
1515

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-
1816
## Before you begin
1917

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.
2121

2222
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.
2323

@@ -146,7 +146,7 @@ The following example output shows the password will be in `kubeadminPassword`.
146146
}
147147
```
148148

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.
150150

151151
```azurecli-interactive
152152
oc login $apiServer -u kubeadmin -p <kubeadmin password>
@@ -208,8 +208,6 @@ oauth.config.openshift.io/cluster configured
208208

209209
## Verify login through Azure Active Directory
210210

211-
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-
![Login screen with Azure Active Directory option](../_img/aro4-login-2.png)
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.
214212

215-
## Next steps
213+
![Log in screen with Azure Active Directory option](../_img/aro4-login-2.png)

‎articles/openshift/configure-azure-ad-ui.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,3 @@ Scroll down to the **Claims** section and update the **Preferred Username** to u
114114
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.
115115

116116
![Login screen with Azure Active Directory option](../_img/aro4-login-2.png)
117-
118-
## Next steps
119-
120-
45.4 KB
Loading
Loading
Loading
Loading
862 KB
Loading
Loading
670 KB
Loading
Loading
Loading
Loading
377 KB
Loading
319 KB
Loading
124 KB
Loading
103 KB
Loading
Loading
40.2 KB
Loading
31.7 KB
Loading
68.2 KB
Loading
168 KB
Loading
157 KB
Loading
80.4 KB
Loading
118 KB
Loading
25.7 KB
Loading
81.6 KB
Loading
53.2 KB
Loading
269 KB
Loading
86 KB
Loading
174 KB
Loading
7.5 KB
Loading
23 KB
Loading
27.8 KB
Loading

‎articles/openshift/media/upn.jpg

38.8 KB
Loading
Loading
10.3 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.