Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Update the Startup.cs to have a placeholder for external auth #540

Closed
analogrelay opened this issue May 4, 2016 · 2 comments
Closed

Update the Startup.cs to have a placeholder for external auth #540

analogrelay opened this issue May 4, 2016 · 2 comments

Comments

@analogrelay
Copy link
Contributor

analogrelay commented May 4, 2016

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.

// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715
// Place external authentication middleware configuration here
@rustd rustd added this to the 1.0.0-rc2 milestone May 4, 2016
@rustd
Copy link
Contributor

rustd commented May 4, 2016

Let's combine them as a single comment as follows.
// Add external authentication middleware below. To configure them please see http://go.microsoft.com/fwlink/?LinkID=532715

@phenning
Copy link
Contributor

phenning commented May 5, 2016

TFS: 219293

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants