JHah
JHah

Reputation: 486

Restricted access to Azure Devops repo for my organization users

We have recently moved our code on azure devops. We have created user accounts in azure AD and same users we added to Azure Devops so that they can access code.

Now we want restricted access to repo.

I checked this url: Azure DevOps restrict access only with in the organization

Do I need P1 or P2 Azure AD to enable restricted access to Azure DevOps?

If yes how do I check my Azure AD is P1 or P2 or what?

Upvotes: 0

Views: 907

Answers (2)

Hugh Lin
Hugh Lin

Reputation: 19381

If you want to restrict user access to all repos, you can set the user's Access level to Stakeholder. Stakeholder has no permission to access repository .The detailed information about access level, please refer to this document.

enter image description here

If you want to restrict user access to a specific repo , you need to set the Read permission of the user or user group to Deny in the Repositories of Project Settings.

enter image description here

Upvotes: 3

alphaz18
alphaz18

Reputation: 2756

You need azure ad P1 to use conditional access. you can check this by logging into azure ad, and it shows you on the Overview blade, enter image description here

Upvotes: 0

Related Questions