Templating: Add authentication to Razor Pages project template

Created on 25 Apr 2017  路  5Comments  路  Source: dotnet/templating

The authentication & identity features from the regular MVC project template need to be "pagified" and added to the Razor Pages project template.

Use the example here as a guide.

This will need to include changes for Authentication 2.0 and the Identity Services features when they land. It should also include the options for org auth, etc.

@mlorbetske @danroth27

Most helpful comment

We should have the same auth options for Razor Pages that we do for MVC.

All 5 comments

We have the following auth types in the One ASP.NET dialog

  • Individual Auth
  • Work and School
  • Windows Auth

Is this issue specific to Individual Auth? If so, what about Win and Work & School?

We should have the same auth options for Razor Pages that we do for MVC.

@phenning could you drive this please?

@danroth27 we can close this now right? All the options that should be there (I think) are there.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

natemcmaster picture natemcmaster  路  5Comments

livarcocc picture livarcocc  路  3Comments

brucewilkins picture brucewilkins  路  3Comments

jaredcnance picture jaredcnance  路  3Comments

RehanSaeed picture RehanSaeed  路  8Comments