IdentityServer icon indicating copy to clipboard operation
IdentityServer copied to clipboard

The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core

Results 152 IdentityServer issues
Sort by recently updated
recently updated
newest added

Once the OAuth 2.1 spec is out - what can we do to help consumers to stay within the recommended parameters? * using OAuth implicit flow * one-time refresh tokens...

feature idea

https://openid.net/specs/openid-connect-prompt-create-1_0.html

enhancement

Refresh tokens had a format change in v5, and the code to migrate and fixup old records was in the DefaultRefreshTokenStore. But some code, namely the DefaultPersistedGrantService, skips the store...

bug

**What issue does this PR address?** **Important: Any code or remarks in your Pull Request are under the following terms:** If You provide us with any comments, bug reports, feedback,...

For debugging purposes https://openid.net/specs/openid-connect-backchannel-1_0.html#BCResponse

enhancement

Bumps `EntityFrameworkVersion` from 6.0.0 to 6.0.9. Updates `Microsoft.EntityFrameworkCore.Sqlite` from 6.0.0 to 6.0.9 Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. .NET 6.0.9 Release EF Core 6.0.8 This is a patch release of...

dependencies
.NET

Give link in log to disable it if edition doesn't allow

enhancement

In a few places we use optional injected services and check for null to adjust behavior. This is a valid approach when using the MS DI system, but we've seen...

feature idea
breaking_change

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...

enhancement