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...
andrevrodrigues
Aug 11, 2023Copper Contributor
Hi,
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
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
JXG2300
Aug 16, 2023Copper Contributor
Entered 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!