# Aurelia dotnet core 2.0 SPA template

**URL:** https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275
**Category:** Help Requests
**Created:** [November 1, 2017, 9:26pm UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275 "2017-11-01T21:26:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![andreabaldin](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/andreabaldin/32/225_2.png) [@andreabaldin](https://discourse.aurelia.io/u/andreabaldin)
#### Post date: [November 1, 2017, 9:26pm UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/1 "2017-11-01T21:26:28Z")

</div>

Auth missing…  
Does anyone implemented an OIDC authentication on the Aurelia dotnet core 2.0 SPA template ?

---

<div class="post-metadata">

### Author: ![MaximBalaganskiy](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/maximbalaganskiy/32/831_2.png) [@MaximBalaganskiy](https://discourse.aurelia.io/u/MaximBalaganskiy)
#### Post date: [November 2, 2017, 10:23am UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/2 "2017-11-02T10:23:29Z")

</div>

Add and configure OpenId auth in Startup. Add aurelia-authentication to the app. There is not much to it really.

> **[Migrate authentication and Identity to ASP.NET Core 2.0](https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/identity-2x?view=aspnetcore-3.1)**
>
> This article outlines the most common steps for migrating ASP.NET Core 1.x authentication and Identity to ASP.NET Core 2.0.

  
[https://aurelia-authentication.spoonx.org/oidc.html](https://aurelia-authentication.spoonx.org/oidc.html)

---

<div class="post-metadata">

### Author: ![gregoryagu](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/gregoryagu/32/78_2.png) [@gregoryagu](https://discourse.aurelia.io/u/gregoryagu)
#### Post date: [November 2, 2017, 5:17pm UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/3 "2017-11-02T17:17:03Z")

</div>

This is a plugin for open id connect from Shaun Luttin.

The Back end is agnostic, but his  
[https://zamboni-app.azurewebsites.net](https://zamboni-app.azurewebsites.net)  
is .net core as an example.

> **[aurelia-contrib/aurelia-open-id-connect](https://github.com/aurelia-contrib/aurelia-open-id-connect)**
>
> An aurelia adapter for the IdentityModel/oidc-client-js - aurelia-contrib/aurelia-open-id-connect

---

<div class="post-metadata">

### Author: ![andreabaldin](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/andreabaldin/32/225_2.png) [@andreabaldin](https://discourse.aurelia.io/u/andreabaldin)
#### Post date: [December 21, 2017, 6:35pm UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/4 "2017-12-21T18:35:38Z")

</div>

There is now a demo (from @gerbendekker) of the [ASP.NET](http://ASP.NET) Core Aurelia SPA template here:

[https://github.com/shaunluttin/aurelia-open-id-connect-demos/tree/master/aurelia-app-identity-server-aspnetcore](https://github.com/shaunluttin/aurelia-open-id-connect-demos/tree/master/aurelia-app-identity-server-aspnetcore)

👍👍👍

---

<div class="post-metadata">

### Author: ![lvparkington](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/lvparkington/32/736_2.png) [@lvparkington](https://discourse.aurelia.io/u/lvparkington)
#### Post date: [April 25, 2018, 1:17pm UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/6 "2018-04-25T13:17:43Z")

</div>

Getting 404 error (page not found). Has this been superseded?

---

<div class="post-metadata">

### Author: ![RedFeet](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/redfeet/32/189_2.png) [@RedFeet](https://discourse.aurelia.io/u/RedFeet)
#### Post date: [April 26, 2018, 7:41am UTC](https://discourse.aurelia.io/t/aurelia-dotnet-core-2-0-spa-template/275/7 "2018-04-26T07:41:41Z")

</div>

Are you looking for this? I think it has been moved from personal Github to aurelia-contrib.

> **[aurelia-contrib/aurelia-open-id-connect-demos](https://github.com/aurelia-contrib/aurelia-open-id-connect-demos)**
>
> Demos of aurelia-open-id-connect. Contribute to aurelia-contrib/aurelia-open-id-connect-demos development by creating an account on GitHub.
