6 references to Authentication
Microsoft.Authentication.WebAssembly.Msal (6)
MsalDefaultOptionsConfiguration.cs (6)
23
options.UserOptions.AuthenticationType ??= options.ProviderOptions.
Authentication
.ClientId;
25
var redirectUri = options.ProviderOptions.
Authentication
.RedirectUri;
29
options.ProviderOptions.
Authentication
.RedirectUri = _navigationManager
33
var logoutUri = options.ProviderOptions.
Authentication
.PostLogoutRedirectUri;
37
options.ProviderOptions.
Authentication
.PostLogoutRedirectUri = _navigationManager
41
options.ProviderOptions.
Authentication
.NavigateToLoginRequestUrl = false;