IdentityServer
IdentityServer copied to clipboard
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
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...
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...
**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
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...
Give link in log to disable it if edition doesn't allow
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...
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...