Aurelia dotnet core 2.0 SPA template

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

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


https://aurelia-authentication.spoonx.org/oidc.html

1 Like

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

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

2 Likes

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

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

:+1::+1::+1:

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

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