Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] UWP Hololens application stopped getting past entering email and shows a blank UI #4747

Closed
XRMech opened this issue May 7, 2024 · 3 comments

Comments

@XRMech
Copy link

XRMech commented May 7, 2024

Library version used

uap 10.0 vesion 4.16.0.0

.NET version

Unity 2019.4.14f, .Net 4.X

Scenario

Other - please specify

Is this a new or an existing app?

The app is in production, I haven't upgraded MSAL, but started seeing this issue

Issue description and reproduction steps

In our unity UWP hololens application, once we enter the email address, the UI changes to a white screen and does not proceed to entering the password. When using device code, it presents the device code, but once authenticating on another device and approving, it no longer finishes logging in. Our android version off the application and the editor versions both still work using device code. Only the UWP version has stopped working.

Relevant code snippets

the code never gets past this line.
var authResult = await identityClientApp.AcquireTokenInteractive(grantScopes).ExecuteAsync();

Expected behavior

Once the email is entered, the password UI should show up.

Identity provider

Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)

Regression

4.16.0.0

Solution and workarounds

None found

@XRMech XRMech added needs attention Delete label after triage untriaged Do not delete. Needed for Automation labels May 7, 2024
@neha-bhargava neha-bhargava added public-client bug and removed untriaged Do not delete. Needed for Automation needs attention Delete label after triage labels May 7, 2024
@XRMech XRMech changed the title [Bug] UWP Hololens application stopped getting past entering email and shows a black UI [Bug] UWP Hololens application stopped getting past entering email and shows a blank UI May 7, 2024
@bgavrilMS
Copy link
Member

This is typically a service error. I recommend you open a ticket via Azure.

@localden localden self-assigned this May 19, 2024
@localden
Copy link
Collaborator

@XRMech to echo what @bgavrilMS is saying, this does not sound like an issue with MSAL - the library does not handle rendering of the authentication content. Can you confirm whether the issue is still reproducible?

@bgavrilMS
Copy link
Member

Closing as we no longer support UWP and this would not qualify for a hotfix.
Please use net8 in Unity

@bgavrilMS bgavrilMS closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants