Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW CMG deployment console Crash

  • Thread starter Thread starter chilly
  • Start date Start date
  • Replies Replies 0
  • Views Views 901

chilly

New Member
Messages
1
Reaction score
0
Points
1
Hi All
I'm currently Trying to deploy a CMG but every time i start the Wizard and Try to Login to Azure the whole console Crashes.
I'm on Version 2207, Server OS 2012 R2 (i know that's bad), .Net 4.8.03761. I have a Integration and a Prod System. It worked on the Int System, but after testing it again seems to not work anymore.

The cloud management setup and deployment of the client / server app in Azure worked fine. Just the CMG wizard that crashes.
Following Error messages and Logs i got/found.
1675844206604.png
After this message the Console closes.
In the smsadminui.log i found this:
-Failed to obtain Microsoft Graph token.
-Microsoft.Identity.Client.MsalUiRequiredException
One of two conditions was encountered: 1. The Prompt.Never flag was passed, but the constraint could not be honored, because user interaction was required. 2. An error occurred during a silent web authentication that prevented the HTTP authentication flow from completing in a short enough time frame.
at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.VerifyAuthorizationResult(AuthorizationResult authorizationResult, String originalState)
-System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Identity.Client.MsalUiRequiredException: One of two conditions was encountered: 1. The Prompt.Never flag was passed, but the constraint could not be honored, because user interaction was required. 2. An error occurred during a silent web authentication that prevented the HTTP authentication flow from completing in a short enough time frame.

And in the Windows Event Viewer this:
-System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Identity.Client.MsalUiRequiredException: One of two conditions was encountered: 1. The Prompt.Never flag was passed, but the constraint could not be honored, because user interaction was required. 2. An error occurred during a silent web authentication that prevented the HTTP authentication flow from completing in a short enough time frame.
at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.VerifyAuthorizationResult(AuthorizationResult authorizationResult, String originalState)
-Application: Microsoft.ConfigurationManagement.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Identity.Client.MsalUiRequiredException
.........
-Faulting application name: Microsoft.ConfigurationManagement.exe, version: 5.2207.1049.1000, time stamp: 0xea37ccd4
Faulting module name: KERNELBASE.dll, version: 6.3.9600.20369, time stamp: 0x626a1077
Exception code: 0xe0434352
Fault offset: 0x00014128
Faulting process id: 0x461c

What I tried until now was: Reboot, proxy settings ( cloud management deployment worked fine without), .net repairtool. I did not upgrade anything yet because is the Integration it worked well with the same versions. I'm a little at loss at the Moment.

Thanks for any Input.
If full Copys of the Error messages are needed i can post them.

Regards
Chilly
 
Last edited:
Back
Top