All Projects → IdentityServer → Identityserver4.templates

IdentityServer / Identityserver4.templates

Licence: apache-2.0
dotnet new templates for IdentityServer4

Projects that are alternatives of or similar to Identityserver4.templates

AppAuthIdentityServer4
Android sample using AppAuth-Android with identity server 4
Stars: ✭ 32 (-94.28%)
Mutual labels:  identityserver4
CVPZ
No description or website provided.
Stars: ✭ 16 (-97.14%)
Mutual labels:  identityserver4
Angularaspnetcoreoauth
Sample project demonstrating user authentication and identity with Angular, Asp.Net Core and IdentityServer4
Stars: ✭ 268 (-52.06%)
Mutual labels:  identityserver4
run-aspnet-identityserver4
Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.
Stars: ✭ 159 (-71.56%)
Mutual labels:  identityserver4
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (-85.15%)
Mutual labels:  identityserver4
IdentityServer4SignalR
Demo of Authentication SignalR with JWT Tokens via OpenID Connect in DotNet Core
Stars: ✭ 35 (-93.74%)
Mutual labels:  identityserver4
fullstack-jobs
Real(ish) demo using Angular with ASP.NET Core GraphQL and IdentityServer.
Stars: ✭ 84 (-84.97%)
Mutual labels:  identityserver4
Lin Cms Dotnetcore
😃A simple and practical CMS implemented by .NET 5 + FreeSql;前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏
Stars: ✭ 401 (-28.26%)
Mutual labels:  identityserver4
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (-91.77%)
Mutual labels:  identityserver4
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-53.13%)
Mutual labels:  identityserver4
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-96.78%)
Mutual labels:  identityserver4
IdentityServer4.WsFederation
Sample for implementing WS-Federation IdP support for IdentityServer4
Stars: ✭ 63 (-88.73%)
Mutual labels:  identityserver4
IdentityServer.BlazorAdmin
Identity Server AdminUI using Blazor.
Stars: ✭ 60 (-89.27%)
Mutual labels:  identityserver4
Nebula.Admin
Destiny.Core.Flow是基于.Net Core,VUE前后分离,开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
Stars: ✭ 254 (-54.56%)
Mutual labels:  identityserver4
Jpproject.identityserver4.sso
🔒 ASP.NET Core 3.1 Open Source SSO. Built within IdentityServer4 🔑
Stars: ✭ 298 (-46.69%)
Mutual labels:  identityserver4
OcelotSample
Ocelot使用案例,结合IdentityServer4进行鉴权,结合Consul进行服务治理
Stars: ✭ 58 (-89.62%)
Mutual labels:  identityserver4
IdentityServerSample
Sample ASP.NET Core MVC and Angular apps and API using Identity Server 4
Stars: ✭ 25 (-95.53%)
Mutual labels:  identityserver4
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (-15.74%)
Mutual labels:  identityserver4
Blog.identityserver
🥗 打造一个功能强大的通用型Ids4用户认证授权服务中心,配合之前的所有开源项目
Stars: ✭ 315 (-43.65%)
Mutual labels:  identityserver4
Samples.IdentityServer4.AdminUiIntegration
IdentityServer 4 implementation using the ASP.NET Identity schema from the IdentityExpress Admin UI product
Stars: ✭ 55 (-90.16%)
Mutual labels:  identityserver4

IdentityServer4.Templates

dotnet new templates for IdentityServer4

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].