Forum Discussion
zwethuko
Jun 21, 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
Victor_Lea
Aug 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)!