Skip to content

Commit

Permalink
update entra id refs in tctl (#48797)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Nov 12, 2024
1 parent 7060323 commit 5fdf32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/tctl/common/plugin/entraid.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/].
Expand All @@ -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").
Expand Down

0 comments on commit 5fdf32e

Please sign in to comment.