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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
services.AddScheme is too general of a name to put on the top level container:
Is it even meaningful to add a scheme without adding the authentication service? Why isn't it an extension method off on an IAuthenticationBuilder or something similar.
services.AddAuthentication().AddScheme(...)
The text was updated successfully, but these errors were encountered:
services.AddScheme
is too general of a name to put on the top level container:Is it even meaningful to add a scheme without adding the authentication service? Why isn't it an extension method off on an
IAuthenticationBuilder
or something similar.The text was updated successfully, but these errors were encountered: