-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from stakater/add-gco-doc
Adding docs for configuring group sync and updating permissions in OIDC login for SAAP
- Loading branch information
Showing
5 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
content/for-administrators/secure-your-cluster/azure-gco-app.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Configuring Azure AD Group Sync Application | ||
|
||
1. To enable sync groups from Azure AD (Microsoft's) account to Stakater Cloud you first have to register an application on Azure. Go to the <https://portal.azure.com> | ||
1. Open `Azure Active Directory` service | ||
1. On the tab on the left under 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 permissions on the Azure AD tenant in addition to the default ones. For it to work, add the these 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. 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` put *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 take note of 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) | ||
|
||
## Items to be provided to Stakater Support | ||
|
||
- `Application (client) ID` | ||
- `Directory (tenant) ID` | ||
- `client Secret` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+47.9 KB
(340%)
...nt/for-administrators/secure-your-cluster/images/azure-ad-clientid-tenantid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 KB
.../for-administrators/secure-your-cluster/images/azure-permissions-group-sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters