diff --git a/providers/okta/provider/provider.go b/providers/okta/provider/provider.go index 48dc560590..e3687c61f1 100644 --- a/providers/okta/provider/provider.go +++ b/providers/okta/provider/provider.go @@ -162,8 +162,7 @@ func (s *Service) connect(req *plugin.ConnectReq, callback plugin.ProviderCallba func (s *Service) detect(asset *inventory.Asset, conn *connection.OktaConnection) error { asset.Id = conn.Conf.Type - asset.Name = conn.Conf.Host - + asset.Name = "Okta Organization " + conn.OrganizationID() asset.Platform = &inventory.Platform{ Name: "okta-org", Family: []string{"okta"},