Skip to content

Commit

Permalink
Merge pull request #331 from stakater/fix-groupsync-doc
Browse files Browse the repository at this point in the history
update groupsync doc from list to inside line
  • Loading branch information
TehreemNisa authored Oct 29, 2024
2 parents 28a6b57 + 9ddf31d commit a215fff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions content/for-administrators/secure-your-cluster/azure-gso.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
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)
1. The GroupSync job requires additional permissions on the Azure AD tenant. To set these up, add the following entries under the `API Permissions` menu item:

- `Group.Read.All`
- `GroupMember.Read.All`
- `User.Read.All`

![Azure App API Permissions](images/azure-permissions-group-sync.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)
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)
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**
Expand Down

0 comments on commit a215fff

Please sign in to comment.