IdentityServer3-Example
IdentityServer3-Example copied to clipboard
Example Identity Server implementation
Identity Server 3 Standalone Example Implementation
About
Standalone Identity Server 3 implementation referenced on www.scottbrady91.com
##Configuration Use the appSetting owin:AppStartup to switch between OWIN Startup configurations:
- InMemory: Generic, In-Memory Users as seen in Identity Server Implementation Guide
- AspNetIdentity: Implementation using ASP.NET Identity User Store as seen in Identity Server Using ASP.NET Identity
- WsFederation: Implementation using the Identity Server WS-Federation plugin as seen in Identity Server Using WS-Federation