MicrosoftLearning / SC-400T00A-Microsoft-Information-Protection-Administrator

https://microsoftlearning.github.io/SC-400T00A-Microsoft-Information-Protection-Administrator/
MIT License
49 stars 69 forks source link

Information Barrier Processor invalid AppId. #170

Open LionelShaul opened 2 weeks ago

LionelShaul commented 2 weeks ago

Module: 00

Lab/Demo: Lab 5, Exercise 3

Task: 2

Step: 6

Description of issue

When trying to register the Information Barrier Processor app with the well known App Id of bcf62038-e005-436d-b970-2a472f8c1982 you receive an error message stating that the App Id is invalid.

Repro steps:

  1. Connect-AzureAD -Tenant "WWLxZZZZZZ.onmicrosoft.com"

  2. $appId="bcf62038-e005-436d-b970-2a472f8c1982"

  3. New-AzureADServicePrincipal -AppId $appId

  4. Error Message in PowerShell: The appId 'bcf62038-e005-436d-b970-2a472f8c1982' of the service principal does not reference a valid application object.

Fix:

Ignore the error and carry on with the exercise.

I was able to define segments, modify users properties so they got assigned to segments. Next, configure the M365 Groups used by MS Teams for Information Barrier Implicit mode and demonstrate that users in incompatible segments could not communicate with each other. It took just under 24 hours for the users to be assigned to a segment.

hafometh88 commented 1 week ago

I had the same issue.