Identity Server and Multi Tenant Applications

Building a multi-tenant application using IDSVR4 and ASP.NET Core JWT Signing using RSASSA-PSS in .NET Core Article = https://www.scottbrady91.com/C-Sharp/JWT-Signing-using-RSASSA-PSS-in-dotnet-Core Repo = https://github.com/scottbrady91/Blog-Example-Classes/tree/master/RsaPssJwtSigning PKCE in IDSVR4 https://github.com/vinaylunawat/IdentityServerWithAuthorizationToken ASP.NET Core using Proof Key for Code Exchange (PKCE) https://www.scottbrady91.com/OpenID-Connect/ASPNET-Core-using-Proof-Key-for-Code-Exchange-PKCE https://github.com/scottbrady91/AspNetCore.Pkce ASP.NET Core Swagger UI Authorization using IdentityServer4 https://www.scottbrady91.com/Identity-Server/ASPNET-Core-Swagger-UI-Authorization-using-IdentityServer4 Finbuckle.MultiTenant is a multitenancy library for ASP.NET Core 2.1+. It […]