-
Does Microsoft.Identity.Web.TokenAcquisition support phone only auth with azure ad b2c where phone number is not included in claims and traditional email or upn are NOT present? This error is happening even if the logged in user claims principal is passed in when calling Microsoft.Identity.Web.TokenAcquisition.GetAccessTokenForUserAsync. 2025-08-07 17:34:44.861 +00:00 [Debug] Microsoft.Identity.Web.TokenAcquisition: False MSAL 4.74.1.0 MSAL.NetCore .NET 8.0.16 Microsoft Windows 10.0.20348 [2025-08-07 17:34:44Z - 7ef4b3fe-0776-4d76-a79e-5bbe45ad87a8] No account passed to AcquireTokenSilent. 2025-08-07 17:34:44.915 +00:00 [Information] Microsoft.Identity.Web.TokenAcquisition: [MsIdWeb] An error occured during token acquisition: No account or login hint was passed to the AcquireTokenSilent call. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@RamonPage @pmaytak @keegan-caruso @jmprieur can you please point me or tag the right contact for this issue? |
Beta Was this translation helpful? Give feedback.
-
it's required to call HandleException for the server side code on MsalUiRequiredException |
Beta Was this translation helpful? Give feedback.
it's required to call HandleException for the server side code on MsalUiRequiredException