• This repository has been archived on 13/Dec/2022
  • Stars
    star
    693
  • Rank 65,262 (Top 2 %)
  • Language SCSS
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

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

Repository Details

dotnet new templates for IdentityServer4

IdentityServer4.Templates

dotnet new templates for IdentityServer4

Important update

This project is not maintained anymore. This repo will be archived when .NET Core 3.1 end of support is reached (13th Dec 2022). All new development is happening in the new Duende Software organization.

dotnet new is4empty

Creates a minimal IdentityServer4 project without a UI.

dotnet new is4ui

Adds the quickstart UI to the current project (can be e.g added on top of is4empty)

dotnet new is4inmem

Adds a basic IdentityServer with UI, test users and sample clients and resources. Shows both in-memory code and JSON configuration.

dotnet new is4aspid

Adds a basic IdentityServer that uses ASP.NET Identity for user management. If you automatically seed the database, you will get two users: alice and bob - both with password Pass123$. Check the SeedData.cs file.

dotnet new is4ef

Adds a basic IdentityServer that uses Entity Framework for configuration and state management. If you seed the database, you get a couple of basic client and resource registrations, check the SeedData.cs file.

dotnet new is4admin

Adds an IdentityServer that includes the Rock Solid Knowledge AdminUI Community Edition (open http://localhost:5000/admin in the browser). This gives you a web-based administration interface for users, claims, clients and resources.

The community edition is intended for testing IdentityServer integration scenarios and is limited to localhost:5000, SQLite, 10 users, and 2 clients. The community edition is not suitable for production.

See identityserver.com for more information about AdminUI or to request a trial license.

Installation

Install with:

dotnet new -i identityserver4.templates

If you need to set back your dotnet new list to "factory defaults", use this command:

dotnet new --debug:reinit

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

IdentityServer3.Samples

Samples for IdentityServer v3
JavaScript
610
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