This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Releases: IdentityServer/IdentityServer4
Releases · IdentityServer/IdentityServer4
1.4
As part of this release we had 9 issues closed.
bug
- #932 Fix typo in the X-Frame-Options directive.
new feature
- #953 New Events Design
enhancements
- #985 Add XML code comments
- #957 Add option to persists temp key
- #934 Improve PKCE logging messages
- #907 Add IdentityServerBuilder extensions for client and resources stores
- #887 Pass LoginUrl/LogoutUrl from IdentityServerOptions to auth cookie
- #738 Log the tokens generated for debugging purposes
- #540 Finish off eventing programming model
1.3.1
1.3
1.2.1
1.2
1.1.1
1.1
1.0.2
1.0.1
1.0.0
As part of this release we had 22 issues closed.
bug
- #586 PersistedGrantStore should implement expiration logic
enhancements
- #624 Consider expose PersistentGrantSerializer as interface
- #623 Use ReadFormAsync instead Form on HttpRequest
- #619 Consider DateTimeHelper to be public as well as its UtcNowFunc
- #618 Add overload to AddSigningCredential that allows adding by thumbprint
- #615 Make sure all extensibility interfaces are public
- #614 Consider moving handle generation into stores
- #613 Get rid of .Default namespace
- #612 Introduce handle generation service
- #606 Remove eventing for 1.0
- #600 Research extension custom grant validation result without sub
- #595 Remove InMemoryUser from Core and move to Quickstart UI
- #587 If claims are filtered (e.g. protocol claims) - emit a log entry
- #585 Add constants for token types
- #580 Add at_hash to id_token from token endpoint
- #578 make ResourceExtensions public
- #571 Provide easy way to create an access token
- #570 Add Windows authentication support
- #569 Cleanup UI
- #542 Update to ASP.NET 1.1
- #528 allow claims to be configured to always be included in id_token
- #523 Check amr in RO flow