Top "Identityserver4" questions

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

.NET Core X509Certificate2 usage (under Windows/IIS, Docker, Linux)

I am really trying a long time to use certificates in .NET Core API. Basically where I need to use …

c# identityserver4 asp.net-core-2.1 x509certificate2 .net-core-2.1
Integration testing with in-memory IdentityServer

I have an API that uses IdentityServer4 for token validation. I want to unit test this API with an in-memory …

identityserver4
IdentityServer on Mvc : What is Audience refering in AddJwtBearer

I already have the access token working with my application in my api gateway. var identityUrl = Configuration.GetValue<string&…

api microservices identityserver4 audience
IdentityServer4 - How to store refresh token into database using mysql.data?

I'm new at IdentityServer4. I read I need to implement an IPersistedGrantStore to store refresh tokens into a table like …

persistence identityserver4 refresh-token
.Net Core behind NGINX returns 502 Bad Gateway after authentication by IdentityServer4

Having two applications auth and store and authenticating using IdentityServer4 and both are behind NGINX. The store application successfully authenticates …

nginx .net-core identityserver4 kestrel-http-server
Identity Server 4 is not redirecting to Angular app after login

I am using oidc-client in angular. following this Tutorial import { UserManager, UserManagerSettings, User } from 'oidc-client'; My Client: export function getClientSettings(): …

angular authentication identityserver4 asp.net-identity-2 oidc-client-js
WindowsCryptographicException: Keyset does not exist

I want to create or obtain a certificate, create a pfx-file, load it and have IdentityServer use it. However, IdentityServer …

asp.net-core x509certificate identityserver4
IdentityServer4 vs AspNet.Security.OpenIdConnect.Server vs OpenIddict

In an attempt to understand what I may use for OpenId Connect Server implementation, I have looked into what each …

asp.net-core openid-connect identityserver4 openiddict
Authentication with oidc-client.js and Identityserver4 in a React frontend

Lately I'm trying to set-up authentication using IdentityServer4 with a React client. I followed the Adding a JavaScript client tutorial (…

reactjs authentication identityserver4
Have angular-oauth2-oidc retrieve access token from other tabs

I'm using the angular-oauth2-oidc library in combination with the Implicit Flow (with an IdentityServer4 server). I've successfully set up …

angular typescript identityserver4 angular-oauth2-oidc