You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/terraform-enterprise-tutorial.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with Terraform Enterprise | Microsoft Docs'
2
+
title: 'Tutorial: Azure AD SSO integration with Terraform Enterprise'
3
3
description: Learn how to configure single sign-on between Azure Active Directory and Terraform Enterprise.
4
4
services: active-directory
5
5
author: jeevansd
@@ -9,12 +9,12 @@ ms.service: active-directory
9
9
ms.subservice: saas-app-tutorial
10
10
ms.workload: identity
11
11
ms.topic: tutorial
12
-
ms.date: 04/05/2021
12
+
ms.date: 02/23/2022
13
13
ms.author: jeedes
14
14
ms.custom: devx-track-terraform
15
15
---
16
16
17
-
# Tutorial: Azure Active Directory single sign-on (SSO) integration with Terraform Enterprise
17
+
# Tutorial: Azure AD SSO integration with Terraform Enterprise
18
18
19
19
In this tutorial, you'll learn how to integrate Terraform Enterprise with Azure Active Directory (Azure AD). When you integrate Terraform Enterprise with Azure AD, you can:
20
20
@@ -72,14 +72,17 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
72
72
73
73
1. On the **Basic SAML Configuration** section, enter the values for the following fields:
74
74
75
-
a. In the **Sign on URL** text box, type a URL using the following pattern:
76
-
`https://<TFE HOSTNAME>/session`
77
-
78
-
b. In the **Identifier (Entity ID)** text box, type a URL using the following pattern:
75
+
a. In the **Identifier (Entity ID)** text box, type a URL using the following pattern:
79
76
`https://<TFE HOSTNAME>/users/saml/metadata`
80
77
78
+
b. In the **Reply URL** text box, type a URL using the following pattern:
79
+
`https://<TFE HOSTNAME>/users/saml/auth`
80
+
81
+
c. In the **Sign on URL** text box, type a URL using the following pattern:
82
+
`https://<TFE HOSTNAME>/`
83
+
81
84
> [!NOTE]
82
-
> These values are not real. Update these values with the actual Sign on URL and Identifier. Contact [Terraform Enterprise Client support team](https://support.hashicorp.com) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
85
+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign on URL. Contact [Terraform Enterprise Client support team](https://support.hashicorp.com) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
83
86
84
87
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
85
88
@@ -115,7 +118,17 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
115
118
116
119
## Configure Terraform Enterprise SSO
117
120
118
-
To configure single sign-on on **Terraform Enterprise** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Terraform Enterprise support team](https://support.hashicorp.com). They set this setting to have the SAML SSO connection set properly on both sides.
121
+
Navigate to `https://<TFE_HOSTNAME>/app/admin/saml` and perform the following steps in the **SAML Settings** page:
0 commit comments