Wolfgang Häussler

Results 2 comments of Wolfgang Häussler

It does work, but you have to add roles first: builder.Services.AddIdentityCore(options => options.SignIn.RequireConfirmedAccount = true) .AddRoles() .AddEntityFrameworkStores() .AddSignInManager() .AddDefaultTokenProviders();

Is there a way to set the log level? Looks like it is set to information by default and I’m missing the debug and trace output. Thank you, Martin