IdentityServer4 icon indicating copy to clipboard operation
IdentityServer4 copied to clipboard

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

Results 47 IdentityServer4 issues
Sort by recently updated
recently updated
newest added

### Question I am struggling a little with the migration from v3 to v4. I understand consulting is a paid for option and that is fair, but will a migration...

question
pinned

I migrated from v3 to v4 (latest verstion) and I have some reference token's already generated as "Personal Access Tokens" (an access token with a long duration/expiration). The issue is...

bug report

Using: IdentityServer 4.1.0 When an `IClientStore` or an `IResourceStore` returns a `Client`/`ApiResource` with a secret that has an expiration, it only works correctly if the expiration is in `DateTimeKind.Utc` For...

investigating
bug report
maintenance

I am getting the below exception: Issuer validation failed | Issuer: 'https://identityapp1.com'. Did not match: validationParameters.ValidIssuer: 'null' or validationParameters.ValidIssuers: 'https://identityapp.com'. System.IdentityModel.Tokens.SecurityTokenInvalidIssuerException Although I didn't set the **Issuer Uri (Issuer Name)**...

bug report

Although consent is not required (set by the client settings), the "connect/authorize/callback" endpoints sends a cookie named "ConsentResponse.{Id}"=. ``` Set-Cookie: ConsentResponse.Mpe9ObwEdnlkUYGDrt6DzwVcKpt--sfnaYI2te6clq0=.; expires=Fri, 31 Dec 1999 23:00:00 GMT; path=/; secure; httponly...

bug report

Experiencing the same issue as https://github.com/IdentityServer/IdentityServer4/issues/4280 We are connecting identity server to an ALB authentication https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html#configure-user-authentication and the return URL is getting URL encoded twice. Thus, when it redirects back...

bug report

### Issue My identityserver4 (version 4.1.1) is deployed into AKS with replicas to 1. But when I set the replica count to more than 1, I start to see problems....

bug report

The returned file: "checksession" (https://github.com/IdentityServer/IdentityServer4/blob/main/src/IdentityServer4/src/Endpoints/Results/CheckSessionResult.cs) listen for message events on window object (line 359). The problem is that the SPA application has a cross-domain iframe sending messages that, at the...

bug report

### Issue / Steps to reproduce the problem I believe this to be a document bug that deserves clarification. The license warning at https://identityserver4.readthedocs.io/en/latest/ claims "FOSS (RPL)" which conflicts with...

bug report

**We can only help you if you are on the latest version.** Using NuGet package version 4.1.2. ### Issue / Steps to reproduce the problem ``` INSERT INTO UserClaims (UserId,...

bug report