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

Currently we include offline_access in every access token's scope. When using the resource param, when ApiResources don't list offline_access as a scope, then we should filter it -- they aren't...

bug

https://github.com/DuendeSoftware/Support/issues/659

feature request

**Which version of Duende IdentityServer are you using?** 6.1.7 **Which version of .NET are you using?** 6.0 **Describe the bug** As part of a security audit, the `/connect/endsession/callback` was flagged...

feature request

Once published: https://openid.net/specs/openid-connect-native-sso-1_0.html

feature idea

Log (info level) if OIDC state data formatter is enabled with in memory distributed cache. I've had a few cases in support where the Oidc state data formatter has been...

The external cookies are sometimes very large and if the upstream Idp cannot be changed it's hard to do anything about the number of claims and token sizes. The claims...

feature request

We could take the existing logic that compares the id token hint's sub to the session's sub and move it into a new virtual method. More flexibility in the end...

breaking_change