IdentityServer
IdentityServer copied to clipboard
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
The built-in ExpiresUtc on the AuthenticationProperties is used for inactivity, but there is no built-in AbsoluteExpiresUtc. Consider adding such a feature. Likely would be a new/custom entry in the Items...
Sometimes somethings are triggered in Startup before a request. Check where this could happen and see if it's ok to nop in those scenarios. https://github.com/DuendeSoftware/Support/issues/43
Bumps [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.0.0-rc9 to 1.0.0-rc9.5. Release notes Sourced from OpenTelemetry.Instrumentation.Http's releases. 1.0.0-rc9.5 OpenTelemetry.Instrumentation.AspNetCore Fix Remote IP Address - NULL reference exception. (#3481) Metrics instrumentation to correctly populate http.flavor tag....
**What issue does this PR address?** A redirect URI with brackets in the query string is not valid anymore. See issue [148](https://github.com/DuendeSoftware/Support/issues/148)
POC for DCR
We need a story for programmatically configuring clients/resources/provider. This will likely involve: * read/write repository interface design * EF implementation * API endpoints for repo interfaces * security model for...
To load the JSON web key dynamically from a URL instead of hard coding in client config.
Currently it says > Your license for Duende IdentityServer only permits 1 number of issuers. You have processed requests for 2. This seems to happen a lot with gateway/proxy/container scenarios...
see https://github.com/IdentityServer/IdentityServer4/issues/4865