Is it possible to not get prompt for select app in MSAL Azure b2c Android? #25117
Unanswered
JoacimWall
asked this question in
Q&A
Replies: 1 comment
-
I will answer this my self if I change to .WithUseEmbeddedWebView(true) the dialog is not showing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Try to add login flow and all work but the user always get this dialog the first time they run the app or until the select always. Is this the expected flow or is there any way to go direct to the app without the dialog?
I have tested to set different returnUrl's but the only one that works is. $"msal{PublicClientSingleton.Instance.MSALClientHelper.AzureAdConfig.ClientId}://auth";
//Thanks Joacim
Beta Was this translation helpful? Give feedback.
All reactions