• This repository has been archived on 14/Dec/2017
  • Stars
    star
    610
  • Rank 73,497 (Top 2 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Samples for IdentityServer v3

IdentityServer3 Samples

Gitter

ASP.NET Core Hosting Sample

link

MVC Authentication walk-through link

Step by step tutorial on how to use identity server to provide authentication services to an MVC application and a Web API. See here for instructions.

Clients link

Sample clients and API for: client credentials, resource owner flow, code flow, form post, native and JavaScript implicit flow, WS-Federation and OpenID Connect Katana middleware.

Self-Host (minimal) link

Bare bones IdentityServer v3 host with all in-memory repositories.

Web-Host (minimal) link

Bare bones IdentityServer v3 hosted in IIS (Express)

Self-Host with WS-Federation link

Bare bones IdentityServer v3 host with all in-memory repositories and the WS-Federation plugin.

EntityFramework link

Sample which illustrates how to use the IdentityServer3.EntityFramework plugin which stores all of IdentityServer's configuration in an EF-capable database.

MembershipReboot link

Sample which illustrates how to use the IdentityServer3.MembershipReboot plugin for identity management using MembershipReboot.

AspNetIdentity link

Sample which illustrates how to use the IdentityServer3.AspNetIdentity plugin for identity management using ASP.NET Identity.

CustomUserService link

Sample to illustrate how to customize the login workflow by implementing a custom user service.

EmbeddedAssetsViewService link

Sample to illustrate how to add custom CSS and/or JavaScript to the default web pages IdentityServer displays to users.

CustomViewService link

Sample to illustrate how to completely replace the views shown to the user for login, logout, logged out, consent and errors.

MVC ViewService link

Sample to illustrate how to use MVC controllers and views to implement the ViewService

DependencyInjection link

Sample to illustrate how to register custom services with IdentityServer and how to accept as constructor parameters other IdentityServer dependencies and custom dependencies.

Custom Grant Types link

Sample to illustrate how add support for non-standard grant types at the token endpoint.

Custom Grant Types (more customization) link

Sample to illustrate how add support for non-standard grant types at the token endpoint. This sample also uses a custom user service and claims provider

Logging

Sample to illustrate how to use IdentityServer logging in custom services (e.g. a custom user service) as well as how to add a custom logging sink.

Xamarin samples

link

More Repositories

1

IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
C#
9,227
star
2

IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
C#
2,014
star
3

IdentityServer4.Quickstart.UI

Starter UI for in-memory IdentityServer4
SCSS
923
star
4

IdentityServer4.Templates

dotnet new templates for IdentityServer4
SCSS
693
star
5

IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
C#
542
star
6

IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
C#
410
star
7

IdentityServer4.Demo

Demo instance of IdentityServer4
SCSS
290
star
8

IdentityServer4.EntityFramework

EntityFramework persistence layer for IdentityServer4
C#
242
star
9

IdentityServer4.AspNetIdentity

ASP.NET Core Identity integration for IdentityServer4
C#
178
star
10

IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
C#
91
star
11

IdentityServer3.Admin

Sample Admin UI for IdentityServer3
CSS
75
star
12

IdentityServer3.EntityFramework

EntityFramework persistence layer for IdentityServer3
C#
69
star
13

IdentityServer4.WsFederation

Sample for implementing WS-Federation IdP support for IdentityServer4
C#
67
star
14

IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
C#
65
star
15

Documentation

Documentation for IdentityServer3
CSS
43
star
16

CrossVersionIntegrationTests

Test harness to ensure IdentityServer 3/4 compatibility
C#
40
star
17

IdentityServer4.EntityFramework.Storage

EntityFramework persistence for IdentityServer4
C#
38
star
18

WindowsAuthentication

Windows Token to JWT Token Service for active and passive Flows
C#
36
star
19

IdentityServer4.Quickstart.UI.AspNetIdentity

Quickstart UI for ASP.NET Identity
C#
33
star
20

IdentityServer1

[deprecated] Lightweight, easy to use security token service based on .NET
C#
32
star
21

IdentityServer3.MembershipReboot

MembershipReboot support for Thinktecture IdentityServer3
C#
28
star
22

IdentityServer3.WsFederation

WS-Federation Plugin for IdentityServer v3
C#
25
star
23

IdentityServer4.Storage

Interfaces and models for implementing storage
C#
19
star
24

IdentityServer3.Admin.EntityFramework

C#
12
star
25

IdentityServer3.Demo

IdentityServer Demo Instance
C#
10
star
26

IdentityServer3.Extensions.Mvc

C#
8
star
27

IdentityServer3.EntityFramework.Cli

Command line interface used to configure IdentityServer database with clients and scopes
C#
8
star
28

identityserver.io

IdentityServer web site
HTML
7
star
29

IdentityServer3.WsFederation.EntityFramework

Entity Framework Persistence Layer for the WS-Federation Plugin
C#
4
star
30

Artwork

Icons, logos etc. for IdentityServer
3
star
31

ConformanceTesting

Test Instance for OIDC Conformance Testing
C#
3
star
32

.github

Default Community Health Files
2
star
33

identityserver.github.io

Organization Page
CSS
2
star