Top "Identityserver4" questions

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

silent token renew in identity server 4 with js client app not working as expected

I am working with identity server 4 to provide identity services to different apps in an enterprise arch. Registered an SPA …

access-token identityserver4 oidc-client-js implicit-flow
using IdentityServer4 with custom Configration DBContext

I created a customized IConfigurationDbContext in order to using IDS4 with Oracle. public class IdentityConfigurationDbContext : DbContext, IConfigurationDbContext { private readonly ConfigurationStoreOptions …

c# entity-framework asp.net-core asp.net-identity identityserver4
No user in signinSilentCallback using identityserver and oidc client of javascript

I am getting user undefined in following code. I have already authenticated user from MVC. But when I use signinSilentCallback …

identityserver4 openid-connect oidc-client-js
Identity server 4 with SAML 2.0 as external identity provider for SSO

I am using identity server 4 for authentication to my ASP.Net Core solution. And it is working well with Facebook, …

asp.net-core-2.0 saml-2.0 identityserver4 asp.net-core-mvc-2.0 sustainsys-saml2
Refreshing access tokens in IdentityServer4 clients

I wonder how to refresh a access token in a IdentityServer4 client using the hybrid flow and which is built …

asp.net-mvc openid-connect identityserver4
IdentityServer4 vs Auth0

We want to build a central authority to do authentication and authorization for our various applications (.net). We see IdentityServer4 …

identityserver4 auth0
Retrieving state data with oidc-client

How to keep the original url that the user was navigating to? Say I have an unauthenticated user navigates to …

oauth-2.0 identityserver4 oidc-client-js implicit-flow
“error:23076071:PKCS12 routines:PKCS12_parse:mac verify failure” when generating self signed certificate for Identity Server 4

We're developing a microservices app on Kubernetes. One of the microservices is IdentityServer instance. Initially, I want to test the …

docker identityserver4 x509certificate x509certificate2
How do I integrate an existing asp.net MVC application with IdentityServer?

How do I integrate an existing asp.net MVC application with a separate IdentityServer application? I have an existing asp.…

asp.net-mvc asp.net-core asp.net-identity identityserver4
How to use existing DB with IdentityServer4

I want to use IdentityServer4 with my custom database. I've separate tables for admin and students and both entities have …

identityserver4