4,163 questions
Hide Navigation Bar from Azure AAD Login Page in .net MAUI
Rahulkumar
0
Reputation points
I need to hide the navigation bar from Azure AAd B2B login page in .net MAUI. Please find the code
authenticationClient
.AcquireTokenInteractive(CommonStrings.Scopes)
.WithUseEmbeddedWebView(true)
.WithExtraQueryParameters($"lc={languagecode}&login_hint={lastuser}")
.WithPrompt(Prompt.ForceLogin)
.ExecuteAsync(cancellationToken);
Developer technologies | .NET | .NET MAUI
Microsoft Security | Microsoft Entra | Microsoft Entra ID
25,151 questions
Sign in to answer