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.
The text was updated successfully, but these errors were encountered:
WebApplication.CreateSlimBuilder() should auto-register AuthN/Z middleware when associated services are added This is consistent with CreateBuilder, and doesn't add much size to the app when AuthN/Z are not used.
Fixdotnet#47507
WebApplication.CreateSlimBuilder() should auto-register AuthN/Z middleware when associated services are added This is consistent with CreateBuilder, and doesn't add much size to the app when AuthN/Z are not used.
Fix#47507
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 thatWebApplication.CreateBuilder(args)
does.The text was updated successfully, but these errors were encountered: