IdentityServer
IdentityServer copied to clipboard
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
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...
https://github.com/DuendeSoftware/Support/issues/659
**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...
Once published: https://openid.net/specs/openid-connect-native-sso-1_0.html
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...
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...