-
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 #330 from stakater/fix-gco-doc-issues
fixing indentation and text
- Loading branch information
Showing
4 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
content/for-administrators/secure-your-cluster/azure-gco-app.md
This file was deleted.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
content/for-administrators/secure-your-cluster/azure-gso.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 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. 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** | ||
![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
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