I have our VSTS set up so that people log in using our Azure AD credentials and this works fine.
What I can't get working is the ability to grant access to projects using an Azure AD group.
Here's what I have done:
- I have created the group (called
Developers
) and added all the team members. - I have added the
Developers
group (called[TEAM FOUNDATION]\Developers
in the autocomplete pick list) to the default project team. - The team members card shows that I have 10 team members and shows 9 of them.
- If I click View all link on this card, the only entry is shows is the
Developers
group which has the Username Or Scope listed as the name of our Azure AD. If I click on this group and view the members of the group it shows the 10 people I want to add to the project.
As far as I can see from the above it should work but it doesn't. The users are not able to see the project in Visual Studio Team Explorer or in the Visual Studio Team Services web application.
Is there anything that I have missed?