Skip to content

Commit 5a5e725

Browse files
committed
Product Backlog Item 1783778: SaaS App Tutorial: erraform Enterprise Update
1 parent 4b2f6ab commit 5a5e725

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed
67.9 KB
Loading

articles/active-directory/saas-apps/terraform-enterprise-tutorial.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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'
33
description: Learn how to configure single sign-on between Azure Active Directory and Terraform Enterprise.
44
services: active-directory
55
author: jeevansd
@@ -9,12 +9,12 @@ ms.service: active-directory
99
ms.subservice: saas-app-tutorial
1010
ms.workload: identity
1111
ms.topic: tutorial
12-
ms.date: 04/05/2021
12+
ms.date: 02/23/2022
1313
ms.author: jeedes
1414
ms.custom: devx-track-terraform
1515
---
1616

17-
# Tutorial: Azure Active Directory single sign-on (SSO) integration with Terraform Enterprise
17+
# Tutorial: Azure AD SSO integration with Terraform Enterprise
1818

1919
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:
2020

@@ -72,14 +72,17 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
7272

7373
1. On the **Basic SAML Configuration** section, enter the values for the following fields:
7474

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:
7976
`https://<TFE HOSTNAME>/users/saml/metadata`
8077

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+
8184
> [!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.
8386

8487
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.
8588

@@ -115,7 +118,17 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
115118

116119
## Configure Terraform Enterprise SSO
117120

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:
122+
123+
![Screenshot: Terraform Enterprise SAML Settings](./media/terraform-enterprise-tutorial/sso-aad-saml-tfe-saml-settings.png)
124+
125+
a. Enable the **Enable SAML single sign-on** check box.
126+
127+
b. In the **Single Sign-On URL** textbox, paste the **Login URL** value which you copied from the Azure portal.
128+
129+
c. In the **Single Log-out URL** textbox, paste the **Login URL** value which you copied from the Azure portal.
130+
131+
d. Open the downloaded **Certificate** from the Azure portal into Notepad and paste the content into the **IDP CERTIFICATE** textbox.
119132

120133
### Create Terraform Enterprise test user
121134

0 commit comments

Comments
 (0)