Top "Identityserver4" questions

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on ASP.

Issue running IdentityServer4

I am learning about the IdentityServer4 https://identityserver4.readthedocs.io/en/release/quickstarts/0_overview.html but seem to be having …

asp.net identityserver4
IdentityServer4 logout

I am having an issue where I cannot seem to get my Identity Server logout to show the confirmation first. …

.net identityserver4 asp.net-authentication
AddTemporarySigningCredential vs AddSigningCredential in IdentityServer4

According to the docs, IdentityServer uses an asymmetric key pair to sign and validate JWTs. One could either use AddTemporarySigningCredential() …

identityserver4
Identity Server 4 - Getting invalid_client error

I am new to Identity Server. I haven't configured it before. But I need it for a Project I am …

oauth-2.0 openid identityserver3 identityserver4
Getting DiscoveryClient fails with "Issuer name does not match authority"

I get the error below when performing a GET using IdentityModel's DiscoveryClient as follows: var discoveryResponse = await DiscoveryClient.GetAsync("https://…

asp.net asp.net-core identityserver4
Role based authorization in ASP.NET Core 3.1 with Identity and ExternalLogin

Im new to .NET Core and I'm trying to setup Role based authorization in a .NET Core 3.1 project. I believe …

c# asp.net identityserver4 asp.net-core-3.1 role-based-access-control
How to call Identity Server 4 with Postman for login

I've a solution in Visual Studio 'TourManagement' which contains 2 projects of .Net core. One is IDP using Identity Server 4, second …

asp.net-core asp.net-identity postman identityserver4 openid-connect
.NET Core Identity vs IdentityServer4

The question: Should I use .Net Core Identity or IdentityServer 4 with Identity I need to build app with login/register …

asp.net-core identityserver4 asp.net-core-identity
How to make IdentityServer to add user identity to the access token?

Short: My client retrieves an access token from IdentityServer sample server, and then passes it to my WebApi. In my …

c# asp.net-web-api identityserver4 access-token identityserver3
Identity Server 4 : Sorry, there was an error : unauthorized_client

I have set up identity server 4 to extent Umbraco so it uses a custom role provider. Everything was working but …

c# .net umbraco identityserver4