This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Started
Michael Vidal edited this page Oct 16, 2018
·
31 revisions
This documentation will help you quickly get started using Fabric.Identity to secure your applications.
NOTE: This guide assumes you already have Fabric.Identity installed and have the fabric-installer secret. For proper installation documentation see Installing Fabric.Identity.
Fabric.Identity implements the OpenID Connect protocol, via IdentityServer4, so you may review related documentation to supplement this quick start guide.
To get started, follow the appropriate link below based on your scenario.
-
I want to add authentication to my app
- I have a browser based application (e.g. JavaScript SPA)
- I have a full stack server side application (ASP .NET MVC, Spring, etc.)
- I have a mobile or native application (e.g. iOS, Android, Windows)
-
I want to protect my API
- I have a basic API
- I have a basic API and want to call back-end services from my API
- I have a basic API and want to call back-end services impersonating a user from my API