#
identityserver4
Here are 326 public repositories matching this topic...
The administration for the IdentityServer4 and Asp.Net Core Identity
admin
ui
asp-net-core-identity
asp-net-core
identityserver4
aspnetcore-mvc
identityserver4-admin
identityserver4-adminui
-
Updated
Jul 16, 2020 - C#
Asp.Net Core 3.1 & Angular 8 SPA Fullstack application with plenty of examples. Live demo:
security
unit-testing
angular
typescript
spa
aspnetcore
best-practices
watch
asp
angular-cli
efcore
identityserver4
globalization
compodoc
aspnetcorespa
e2e-testing
-
Updated
Jul 16, 2020 - C#
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 3.1 IdentityServer4
security
identity
oauth2
angular
typescript
authentication
aspnetcore
sqlite
authorization
openid
aspnet-core
identityserver4
oidc
-
Updated
Jul 16, 2020 - TypeScript
identity
oauth2
angular
admin
ui
administration
aspnetcore
identityserver
admin-ui
sso
openid
asp-net-core
openid-connect
identityserver4
identityserver4-admin
identityserver4-adminui
-
Updated
Jul 16, 2020 - HTML
Samples for IdentityServer4,use .net core 2.0
-
Updated
Apr 3, 2019 - JavaScript
Restaurant App 🍔 is a sample open source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices ☸️ architecture and cross-platform development 📱 🖥 🐳
react
docker
kubernetes
golang
angular
microservices
typescript
xamarin
spring-boot
mvvm
gitlab-ci
design-patterns
sonarqube
netcore
reactiveui
xamarin-forms
microservices-architecture
identityserver4
solid-principles
polyglot-microservices
-
Updated
Jul 14, 2020 - C#
Sample project demonstrating user authentication and identity with Angular, Asp.Net Core and IdentityServer4
-
Updated
Jul 16, 2020 - C#
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
identity
mvc
localization
aspnetcore
nuget
bootstrap4
sts
aspnet-core
identityserver4
certs
2fa
fido2
identityserver4-identity-template
-
Updated
Jul 3, 2020 - C#
-
Updated
Jul 16, 2020 - C#
-
Updated
Jul 8, 2020 - HTML
OIDC (OpenID Connect) Example for http://openid.net/connect/
oauth2
openid-connect
identityserver4
oidc
oauth2-client
oauth2-resource-server
oidc-client
oauth2-middleware
oidc-server
-
Updated
Jul 14, 2020 - C#
mysql
restful
swagger
serilog
identityserver4
automapper
azure-devops
lin-cms
freesql
dotnetcore-cms
dotnetcore-3-1
-
Updated
Jul 16, 2020 - C#
Security with ASP.NET Core, SignalR and Angular
-
Updated
Jul 16, 2020 - HTML
IdentityServer4 Ldap Extension (OpenLdap or ActiveDirectory)
-
Updated
Jul 16, 2020 - C#
IdentityServer4 sample with .NET Core and ASP.NET Core 2.0
-
Updated
Sep 12, 2018 - C#
IdentityBase is a Universal Identity Platform for web, mobile and IoT built on top of IdentityServer.
-
Updated
Jun 23, 2020 - C#
A solution for exchanging external (Facebook,Google,Twitter etc) tokens with IdentityServer access token.
-
Updated
Sep 22, 2019 - C#
Example IdentityServer 4 Implementation
-
Updated
Jun 28, 2020 - C#
A lightweight CRM application builds with microservices architecture
graphql
docker
kubernetes
reactjs
grpc
crm
identityserver4
nats-messaging
jaeger
graphql-gateway
aks
azure-pipelines
netcore3
-
Updated
Jul 13, 2020 - CSS
Demo app for using Identity Server with React.js SPA, .Net Core 3.0 and TypeScript
-
Updated
Jul 6, 2020 - C#
Util应用框架配套的权限管理系统
-
Updated
Dec 17, 2019 - C#
Sample using Command and Query Responsibility Segregation (CQRS) implemented in .NET Core by using MediatR and identityserver4, background workers, real-time metrics, monitoring, logging, validations, swagger and more
docker
cqrs
monitoring
influxdb
metrics
grafana
logging
entity-framework
mediator
dotnet-core
entity-framework-core
autofixture
hangfire
identityserver4
mediatr
moq
automapper
fluentassertions
fluentvalidation
real-time-monitoring
-
Updated
May 29, 2019 - C#
OpenID Connect (OIDC) client with React and typescript
-
Updated
Jul 15, 2020 - TypeScript
A persistence layer using Redis DB for operational data and for caching capability for Identity Server 4
-
Updated
Jul 7, 2020 - C#
MongoDB persistence layer for IdentityServer4
-
Updated
Jul 8, 2020 - C#
project vueJs with oidc-client library
-
Updated
Feb 21, 2019 - JavaScript
MultiTenancyServer core library.
client
multi-tenant
company
aspnetcore
aspnet
identityserver
aspnetcoreidentity
efcore
aspnet-core
user
partition
identityserver4
multi-tenancy
customer
tenants
ef-core
multitenancy
multitenant
division
aspnet-core-identity
-
Updated
Mar 28, 2020 - C#
Improve this page
Add a description, image, and links to the identityserver4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the identityserver4 topic, visit your repo's landing page and select "manage topics."


I use IdentityServer (v2.5.3) and recently went from code-defined clients to appSettings-defined (see http://docs.identityserver.io/en/3.1.0/topics/clients.html)
In the process I made the mistake of translating
AllowedGrantTypes = GrantTypes.ClientCredentialsinto"AllowedGrantTypes": [ "ClientCredentials" ]when the correct value is"client_credentials".I noticed that: