ServerAuthenticationStateProvider: GetAuthenticationStateAsync was called before SetAuthenticationState
I am trying to use the ServerAuthenticationStateProvider
in my current project, since we are using Blazor Server
. Before we just used the base AuthenticationStateProvider
, which also seems to work with Windows Identity
. ServerAuthenticationStateProvider
does not work properly though.