IdentityServer
IdentityServer copied to clipboard
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
https://github.com/DuendeSoftware/Support/issues/123 > **Which version of Duende IdentityServer are you using?** > > 6.1.2 > > **Which version of .NET are you using?** > > .NET 6 > > **Challenge** >...
https://github.com/DuendeSoftware/Support/issues/77
In the validator, simply check if the requested resources are in the allowed resources list. Could be used with or without allowed scopes.
Context: https://github.com/DuendeSoftware/Support/issues/101
This would be a non-trivial change, but it allows a formal location for indicating session id when tokens are created. Currently, the session id is inferred from the validated request...
**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 migrations from older versions that issue type="jwt" but the new tokens want to use type="at+jwt", our TokenValidator's ValidateJwtAsync we only accept the one (when the aud is absent), and...
migrated from IdentityServer4 https://github.com/IdentityServer/IdentityServer4/issues/1721
https://darutk.medium.com/implementers-note-about-jar-fff4cbd158fe
Add analyzer to improve code