Back
The below code will help you with the login account to choose by the user:
using Microsoft.Identity.Client;var app =new PublicClientApplication("YOUR_CLIENT_ID");var accounts = app.AcquireTokenAsync(scopes).Result;
using Microsoft.Identity.Client;
var app =new PublicClientApplication("YOUR_CLIENT_ID");
var accounts = app.AcquireTokenAsync(scopes).Result;
I hope this will help.
Want to become an Azure expert? join azure certification now!!
31k questions
32.8k answers
501 comments
693 users