0

I have a private package feed in my VTST tenant.

I want to expose this feed to a person from another organization with a different AAD tenant.

I tried adding the person in the package read permissions, but i'm getting no identities found error for his email.

Can I achieve this using VSTS?

Community
  • 1
  • 1
rony l
  • 5,798
  • 5
  • 35
  • 56
  • You may need to add the user to a project in VSTS first. That will bring their identity into your VSTS account (tenant) so that it can then be found in the package read identity picker. – Alex Mullans Aug 25 '17 at 17:46
  • You need to add the user to your vsts, then you can add the user to package feed. – starian chen-MSFT Aug 28 '17 at 02:21

1 Answers1

0

You need to add the user to your VSTS https://[account].visualstudio.com/_admin/_users, then you can add it to the package feed.

If your VSTS is backed by AAD (Team Services: Access with Azure Active Directory (Azure AD)), you need to add that user to your AAD, check the Q&A: Why can't I add users from other directories to my Azure AD?

Otherwise, you can add the user to your VSTS directly.

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53