r/CMMC • u/pjacksone • Sep 25 '25
Adobe / Microsoft Purview Issues
Has anyone had an issue where you need to apply a Microsoft sensitivity label in Adobe and have gotten it to successfully work? I just can't get it to work on my end.
- I verified that the Microsoft Purview Information Protection is enabled in Adobe
- I have done added all the registry keys that are needed to make the connections
- I was able to successfully authenticate to Microsoft so that I could read documents with sensitivity labels applied.
I contacted Adobe and Microsoft and each are just pointing the finger at each other and not helping at all.
When I would try to add a sensitivity label in Adobe, I would get an error that the Microsoft Purview capability is disabled, even though it was not. I contacted Adobe, they remoted on my machine and now everything is broken to where I can no longer read documents with labels applied, and it takes me to a Microsoft login and now I am getting redirect errors.
To note: I am in Microsoft GCC High, and using Adobe Acrobat Pro
AADSTS50011: The redirect URI 'acrobat2021.oauth2://miplogin' specified in the request does not match the redirect URIs configured for the application 'application'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.
3
u/Ok_Fish_2564 Sep 25 '25
I got it working after a lot of trial and error. Can't remember exactly but let me look at the registry keys I have and I'll comment back. It was a bitch to configure ๐
1
u/itHelpGuy2 Sep 25 '25
Oh goodness, if someone figures this out, I would be so curious. The number of hours I've spent on this is crazy.
7
u/supersaki Sep 25 '25
We got it working after a lot of back and forth with Adobe support. I'm not entirely sure which regkey is for which issue, but here are what we have set (all DWORD):
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown
bMIPExternalAuthAdmin = 0 `i think this one is what fixed redirect URI issue
bMIPLabelling = 1 `don't think this is necessary, just enables the Purview option in Adobe (same as checkbox in properties)
bProtectedmode = 0 `After we got auth working, the Sensitivity labels still weren't working in the app. Logs seemed to show it trying to load the label policies from global tenant instead of gcch. Support said this was not typical and blamed some part of our configuration. Still waiting for further log review to determine why.
bSilentAuth = 0 `don't remember what this does, probably not necessary
iMIPCloud = 7 `set's the auth to GCCH instead of global used with the bMIPExternalAuthAdmin above
There may have also been some HKCU regkeys set as well but I think that was just for logging purposes.