Hide Navigation Bar from Azure AAD Login Page in .net MAUI

Rahulkumar 0 Reputation points
2023-06-01T12:18:18.7366667+00:00

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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.