You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebApplication.CreateSlimBuilder(args) method should automatically register the authentication and authorization middleware if the associated authn/z services are added to the app's container, in the same way that WebApplication.CreateBuilder(args) does.