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 has been archived by the owner on Sep 21, 2018. It is now read-only.
// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715
It's not clear that the middleware configuration should go there, and not elsewhere in the file. This isn't helped by the docs not being super clear (dotnet/AspNetCore.Docs#1187) but our templates could improve this as well but indicating that external auth middleware should go there.
// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715// Place external authentication middleware configuration here
The text was updated successfully, but these errors were encountered:
Right now the Startup.cs has a line like this:
// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715
It's not clear that the middleware configuration should go there, and not elsewhere in the file. This isn't helped by the docs not being super clear (dotnet/AspNetCore.Docs#1187) but our templates could improve this as well but indicating that external auth middleware should go there.
The text was updated successfully, but these errors were encountered: