The samples in this project demostrate how to integrate with the Fabric.Identity service for authentication and authorization.
These samples are built using various technologies including:
- .NET Core 1.1
- Nancy
- Angular2
- Install .NET Core 1.1
- Install Node and NPM
- Install the Angular CLI
- Ensure you have the Fabric.Idenity service running locally
- Clone or download the repo
- Run
.\runSamples.ps1
from Powershell
This is an ASP .NET Core MVC project that is setup to use the Fabric.Identity service to perform authentication and authorization. Authentication is done using Hybrid flow. The web server for this application listens on port 5002.
This is an Angular2 application built with the angular cli and is setup to leverage the Fabric.Identity service to perform authentication and authorization. Authentication is done using Implicit flow. The web server for this application listens on port 4200.
This is a .NET Core Nancy project set up as an API that is restricted to use by only client that have valid access tokens provided by Fabric.Identity. The web server for this application listens on port 5003.