Update Azure AD SSO screenshot (#25271)

* docs(sso): update azure ad screenshot

* chore(cspell): add missing word

* docs(sso): fix wrong indentation
This commit is contained in:
Gabriel Corado 2023-04-28 17:43:48 -03:00 committed by GitHub
parent 6d92c7f935
commit 15aec7c255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 18 additions and 20 deletions

View file

@ -295,6 +295,7 @@
"connectorname",
"cqlsh",
"createkey",
"createnongalleryapp",
"creds",
"crond",
"customizability",

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -37,52 +37,49 @@ Before you get started youll need:
![Select New Applications From Manage](../../../img/azuread/azuread-2-newapp.png)
3. Select a **Non-gallery application**
3. Select **Create your own application**, enter the application name (e.g Teleport),
and select **Integrate any other application you don't find in the gallery (Non-gallery)**.
![Select Non-gallery application](../../../img/azuread/azuread-3-selectnongalleryapp.png)
![Select Non-gallery application](../../../img/azuread/azuread-3-createnongalleryapp.png)
4. Enter the display name (e.g, Teleport)
4. Select **Properties** under **Manage** and set **User assignment required?** to **No**
![Enter application name](../../../img/azuread/azuread-4-enterappname.png)
![Turn off user assignment](../../../img/azuread/azuread-4-turnoffuserassign.png)
5. Select **Properties** under **Manage** and set **User assignment required?** to **No**
5. Select **Single sign-on** under **Manage** and choose **SAML**
![Turn off user assignment](../../../img/azuread/azuread-5-turnoffuserassign.png)
![Select SAML](../../../img/azuread/azuread-5-selectsaml.png)
6. Select **Single sign-on** under **Manage** and choose **SAML**
6. Edit the **Basic SAML Configuration**
![Select SAML](../../../img/azuread/azuread-6-selectsaml.png)
![Edit Basic SAML Configuration](../../../img/azuread/azuread-6-editbasicsaml.png)
7. Edit the **Basic SAML Configuration**
![Edit Basic SAML Configuration](../../../img/azuread/azuread-7-editbasicsaml.png)
8. For **Entity ID** and **Reply URL**, enter the same proxy URL.
7. For **Entity ID** and **Reply URL**, enter the same proxy URL.
For self-hosted deployments, the URL will be similar to `https://teleport.example.com:3080/v1/webapi/saml/acs/connectorName`.
For Teleport Cloud users, the URL will be similar to `https://mytenant.teleport.sh`.
![Put in Entity ID and Reply URL](../../../img/azuread/azuread-8-entityandreplyurl.png)
![Put in Entity ID and Reply URL](../../../img/azuread/azuread-7-entityandreplyurl.png)
9. Edit **User Attributes & Claims**
8. Edit **User Attributes & Claims**
- Edit the claim name.
- Change the name identifier format to **Default**. Make sure the source attribute is `user.userprincipalname`.
![Confirm Name Identifier](../../../img/azuread/azuread-9a-nameidentifier.png)
![Confirm Name Identifier](../../../img/azuread/azuread-8a-nameidentifier.png)
- Add a group claim to make user security groups available to the connector
![Put in Security group claim](../../../img/azuread/azuread-9b-groupclaim.png)
![Put in Security group claim](../../../img/azuread/azuread-8b-groupclaim.png)
- Add a claim that transforms an Azure AD username in order to pass it to Teleport.
![Add a transformed username](../../../img/azuread/azuread-9c-usernameclaim.png)
![Add a transformed username](../../../img/azuread/azuread-8c-usernameclaim.png)
10. In **SAML Signing Certificate**, click the link to download the **Federation Metadata XML**.
9. In **SAML Signing Certificate**, click the link to download the **Federation Metadata XML**.
![Download Federation Metadata XML](../../../img/azuread/azuread-10-fedmeatadataxml.png)
![Download Federation Metadata XML](../../../img/azuread/azuread-9-fedmeatadataxml.png)
<Admonition
type="warning"