Skip to content

Commit e543a9f

Browse files
authored
Don't include contacts in people picker (#725)
1 parent 3fc9bb2 commit e543a9f

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/microsoft/jenkins/azuread/AzureAdMatrixAuthorizationStrategy

1 file changed

+1
-1
lines changed

src/main/resources/com/microsoft/jenkins/azuread/AzureAdMatrixAuthorizationStrategy/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ THE SOFTWARE.
206206
<mgt-people-picker
207207
class="entra-id-people-picker"
208208
type="any"
209-
user-type="any"
209+
user-type="user"
210210
group-type="any"
211211
show-max="10"
212212
/>

0 commit comments

Comments
 (0)