Quantcast
Channel: Azure Active Directory forum
Viewing all articles
Browse latest Browse all 16000

Azure AD login auto redirects with live id - ADAL binary

$
0
0

I am using ADAL library (v 2.15) for AAD authentication on windows 8 app.

For few users, we observe that it does not pop up to enter AD credentials and picks the live id of the user and the login fails .

Even after reinstalling the app the same issue persists.

Currently the code uses

await AuthContext.AcquireTokenAsync(_resourceId, _clientId, _redirectURI);

It works fine if we use

await

AuthContext.AcquireTokenAsync(_resourceId, _clientId, _redirectURI,PromptBehavior.Always);

But we don't want the pop up to appear everytime.

Any help how to solve this issue?



Viewing all articles
Browse latest Browse all 16000

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>