Skip to content

Commit

Permalink
added other samples to listing
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 31, 2014
1 parent fb155b9 commit 2629364
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,25 @@ Bare bones IdentityServer v3 host with all in-memory repositories.

#### Self-Host with WS-Federation [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/SelfHost%20(InMem%20with%20WS-Fed))
Bare bones IdentityServer v3 host with all in-memory repositories and the WS-Federation plugin.

#### EntityFramework [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/EntityFramework)
Sample which illustrates how to use the Thinktecture.IdentityServer.v3.EntityFramework plugin which stores all of IdentityServer's configuration in an EF-capable database.

#### MembershipReboot [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/MembershipReboot)
Sample which illustrates how to use the Thinktecture.IdentityServer.v3.MembershipReboot plugin for identity management using MembershipReboot.

#### AspNetIdentity [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/AspNetIdentity)
Sample which illustrates how to use the Thinktecture.IdentityServer.v3.AspNetIdentity plugin for identity management using ASP.NET Identity.

#### CustomUserService [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/CustomUserService)
Sample to illustrate how to customize the login workflow by implementing a custom user service.

#### EmbeddedAssetsViewService [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/EmbeddedAssetsViewService)
Sample to illustrate how to add custom CSS and/or JavaScript to the default web pages IdentityServer displays to users.

#### CustomViewService [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/CustomViewService)
Sample to illustrate how to completely replace the views shown to the user for login, logout, logged out, consent and errors.

#### DependencyInjection [link](https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples/tree/master/source/DependencyInjection)
Sample to illustrate how to register custom services with IdentityServer and how to accept as constructor parameters other IdentityServer dependencies and custom dependencies.

0 comments on commit 2629364

Please sign in to comment.