Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Microsoft Information Protection (MIP) does not work after 24.004.202xx planned update

Community Beginner ,
Dec 09, 2024 Dec 09, 2024

Microsoft Purview Information Protection support in Acrobat

 

The feature works perfectly in version 24.003.20180, but updating Acrobat past that version we are getting an error:

AADSTS50011: The redirect URI 'acrobat2021.oauth2://miplogin' specified in the request does not match the redirect URIs configured in the application 97bd680b-f203-4917-a342-308a3de4094a     

Error.png

 

checking Azure > Enterprise Applications, Adobe  Acrobat (application ID 97bd680b-f203-4917-a342-308a3de4094a) is configured with reply URL 'https://msmip.acrobat.com/authorize

application with redirect url.png

We did a Fiddler trace with version 24.003.20180 and 24.004.20220.  The trace shows the redirect_uri in those versions are different.

FiddlerTrace.png

 

Microsoft was originally contacted regarding this issue.  However, they were unable to assist as this application is owned by Adobe - The application owner would have to update the application redirect_url

 

 Has anyone else using this feature experienced this?

 

 

TOPICS
General troubleshooting
10.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Adobe Employee ,
Jan 27, 2025 Jan 27, 2025

Hello,

This seems related to browser authentication, which was turned on for some users recently.

Please try the following steps:

1.  In Acrobat or Reader,  clear the saved account credentials and Exit Acrobat/Reader 

Preferences-->Security-->Microsoft Purview Information Protection-->Clear remembered account information

2.  Turn off browser authentication by instructions at link: https://helpx.adobe.com/in/enterprise/kb/mpip-support-acrobat.html#setup-requirements-browser-auth .   

3. For Reader we can use 

  • Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Reader\Trunk\FeatureLockDown
  • Name: bMIPExternalAuthAdmin   Value: 0

3.  As we would soon make Browser Authentication default, please share fiddler logs to investigate this further .   Refer “how to download Fiddler logs” on link.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2025 Dec 05, 2025

This solution did not work for me in GCC-High.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 05, 2025 Dec 05, 2025

This worked for me. I had to change all these settings

 

For Adobe Pro: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown

 

For Adobe Reader: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown

 

bMIPExternalAuthAdmin = 0

bMIPLabelling = 1

bProtectedmode = 0

bSilentAuth = 0

iMIPCloud = 7

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2025 Dec 05, 2025
LATEST

It's working now. We had to add "bSilentAuth = 0". Everything else was set.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines