From ffd2ac862605934854f32b64b8e9523560d4b49f Mon Sep 17 00:00:00 2001 From: tehreemnisa Date: Tue, 29 Oct 2024 16:02:57 +0500 Subject: [PATCH] fixing indentation --- .../secure-your-cluster/azure-gso.md | 12 ++++++++---- .../secure-your-cluster/azure-idp.md | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/content/for-administrators/secure-your-cluster/azure-gso.md b/content/for-administrators/secure-your-cluster/azure-gso.md index ee95fd0a..e21e13d4 100644 --- a/content/for-administrators/secure-your-cluster/azure-gso.md +++ b/content/for-administrators/secure-your-cluster/azure-gso.md @@ -4,13 +4,17 @@ 1. Open `Azure Active Directory` service 1. On the left tab under the Manage section, click `App Registrations` 1. Click on `New Registration`. Use `group-sync` under Name and click `Register` -![Azure AD](images/azure-ad.png) + + ![Azure AD](images/azure-ad.png) 1. The GroupSync job requires additional permissions on the Azure AD tenant. To set these up, add the `Group.Read.All`, `GroupMember.Read.All`,`User.Read.All` entries under the `API Permissions` -![Azure App API Permissions](images/azure-permissions-group-sync.png) + + ![Azure App API Permissions](images/azure-permissions-group-sync.png) 1. Click on the newly created app `group-sync`. Click `Certificates & secrets` from the left tab. Click `New Client Secret`. Under `Expires` pick any option. Under `Description` enter *saap-group-sync*, and click `Add` -![Certificates and Secrets](images/azure-ad-certificates-secrets.png) + + ![Certificates and Secrets](images/azure-ad-certificates-secrets.png) 1. Copy the value of the newly created client secret and note the `Application (client) ID` and `Directory (tenant) ID` of the `group-sync` app registration from the `Overview` tab. **Send this to Stakater Support** -![Client-Tenant-ID](images/azure-ad-clientid-tenantid.png) + + ![Client-Tenant-ID](images/azure-ad-clientid-tenantid.png) ## Items to be provided to Stakater Support diff --git a/content/for-administrators/secure-your-cluster/azure-idp.md b/content/for-administrators/secure-your-cluster/azure-idp.md index 44c71945..7ab296cd 100644 --- a/content/for-administrators/secure-your-cluster/azure-idp.md +++ b/content/for-administrators/secure-your-cluster/azure-idp.md @@ -4,12 +4,15 @@ 1. Open `Azure Active Directory` service 1. On the left tab under the Manage section, click `App Registrations` 1. Click on `New Registration`. Use `saap` under Name. Under Redirect URI section Choose `Web` and enter the Redirect URI (**This will be provided by Stakater Support**) and click `Register` -![Azure AD](images/azure-ad.png) + + ![Azure AD](images/azure-ad.png) 1. Go to "API permissions" and add the required Microsoft Graph API permissions. Typically, you need `User.Read` and `openid`, `profile`, and `email` permissions. 1. lick on the newly created app `saap`. Click `Certificates & secrets` from the left tab. Click `New Client Secret`. Under `Expires` pick any option. Under `Description` put *saap oidc* and click `Add` -![Certificates and Secrets](images/azure-ad-certificates-secrets.png) + + ![Certificates and Secrets](images/azure-ad-certificates-secrets.png) 1. Copy the value of the newly created client secret and note the `Application (client) ID` and `Directory (tenant) ID` of the `saap` app registration from the `Overview` tab. **Send this to Stakater Support** -![Client-Tenant-ID](images/azure-ad-clientid-tenantid.png) + + ![Client-Tenant-ID](images/azure-ad-clientid-tenantid.png) ## Items provided by Stakater Support