Forum Discussion
zwethuko
Jun 22, 2021Copper Contributor
AIP Scanner - Unable to authenticate and setup Microsoft Azure Information Protection
Hi All, I'm getting stuck in below issues to test AIP Scanner. Error Set-AIPAuthentication : As I worked through below the steps I had faced the following issue and cannot m...
JXG2300
Aug 10, 2023Copper Contributor
Were you able to resolve the issue? Any information that you can provide?
- andrevrodriguesAug 11, 2023Copper ContributorHi,
Yes, try this:
Create the bellow registry , restart the service and check if the authentication is successful this time.
Add the following reg key and put the value of 1 to swap using ADAL authentication, then restart AIP service and run authentication again.
Path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\MSIP
key: AuthenticateUsingAdal
value (DWORD):
1 - ADAL
0 – MSAL- JXG2300Aug 16, 2023Copper ContributorEntered the registry key forcing ADAL authentication and it did not work immediately. Tried switching the registry entry to MSAL and it failed again. Switched back to ADAL and it failed. The scrip was ran the next day and it worked fine. Not sure if that was your experience, but it did end up working. Thank you!
- Victor_LeaAug 11, 2023Copper Contributor
I ran into this exact issue this week with another scanner and Microsoft provided me with that registry key which solved my issue.
- JXG2300Aug 16, 2023Copper ContributorThank you for confirmation, it also worked for me (eventually)!