From 5fdf32ec56c389c390ac51f6c45d762e51c2d2df Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 12 Nov 2024 06:12:03 -0500 Subject: [PATCH] update entra id refs in tctl (#48797) --- tool/tctl/common/plugin/entraid.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/tctl/common/plugin/entraid.go b/tool/tctl/common/plugin/entraid.go index 70cbe93734055..ac56be05dd9d0 100644 --- a/tool/tctl/common/plugin/entraid.go +++ b/tool/tctl/common/plugin/entraid.go @@ -76,7 +76,7 @@ With the output of Step 1, please copy and paste the following information: ` + bold("Step 1: Input Tenant ID and Client ID") + ` -To finish the Entra ID integration, manually configure the Application in Azure Entra ID. +To finish the Entra ID integration, manually configure the Application in Microsoft Entra ID. Follow the instructions provided in the Teleport documentation: [https://goteleport.com/docs/admin-guides/teleport-policy/integrations/entra-id/]. @@ -95,7 +95,7 @@ type entraArgs struct { } func (p *PluginsCommand) initInstallEntra(parent *kingpin.CmdClause) { - p.install.entraID.cmd = parent.Command("entraid", "Install an EntraId integration.") + p.install.entraID.cmd = parent.Command("entraid", "Install an Microsoft Entra ID integration.") cmd := p.install.entraID.cmd cmd. Flag("name", "Name of the plugin resource to create").