Skip to content

Commit

Permalink
update (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn authored Oct 29, 2024
1 parent 05d31cd commit 6dcbb7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 7 additions & 4 deletions content/for-administrators/secure-your-cluster/azure-gso.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
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

Expand Down
8 changes: 5 additions & 3 deletions content/for-administrators/secure-your-cluster/azure-idp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
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

Expand Down

0 comments on commit 6dcbb7c

Please sign in to comment.