Top "Identityserver4" questions

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

IdentityServer4 Access Token Lifetime

I am using IdentityServer4, and its configuration is in the database. There is a silent renewal on the client (oidc). …

access-token identityserver4
User Registration Process with IdentityServer4

I'd like to use IdentityServer4 for authentication in my ASP.NET Core MVC web application, but the user registration process …

identityserver4
Identity Server 4 - IDX10630: PII is hidden

I'm fairly new to using encryption and rsa tokens and I'm trying to get IDentityServer4 to not use the developersigning, …

c# rsa identityserver4 signing
What is the Signing Credential in IdentityServer4?

We are in the process of implementing Identity Server 4 with our .NET Core web app. I went trough the Identity …

asp.net-core asp.net-identity identity identityserver4
IdentityServer4 - Using Refresh Tokens after following the Quickstart for Hybrid MVC

I've followed the Quickstart in the documentation page and have a working configuration of three services (IdentityServer, one Api service, …

.net identityserver4
AddSigningCredential for IdentityServer4

We are using IdentityServer4 with .NET Core Web Application("http://docs.identityserver.io/en/release/quickstarts/0_overview.html"). We have …

c# identityserver4
IdentityServer4 - Redirect to MVC client after Logout

I am using IdenetityServer4 and Redirecting to MVC client after Logout is not working. Following is my MVC client controller …

identityserver4
How to implement Windows Authentication with IdentityServer 4

How to correctly implement Windows Authentication with Identity server 4? Are there any samples to do that? I looked at the …

iis asp.net-core identityserver4
IdentityServer4 PostLogoutRedirectUri

I am confused about how this is used. Most examples I've seen have it given as "/signout-callback-oidc". That seems to …

identityserver4
How would I generate the Identity Server signing certificate

In the identity server samples we find code like this in Startup.cs var certFile = env.ApplicationBasePath + "\\idsrv3test.pfx"; …

identityserver3 identityserver4