Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Releases: IdentityServer/IdentityServer3

1.6.1

13 May 14:24
Compare
Choose a tag to compare

1.6.0

08 May 11:38
Compare
Choose a tag to compare
  • Updated internals to use Autofac's OWIN support
  • Fixed a few OIDC protocol bugs discovered in conformance testing

1.5.0

23 Apr 14:05
Compare
Choose a tag to compare
  • Add GetSignInMessage OWIN extension method

1.4.0

29 Mar 10:26
Compare
Choose a tag to compare
  • Added logging to diagnose certain HRD errors
  • Added error page URL for signin message releated errors on login page
  • Fixed a logging bug around sessions
  • minor bug fixes

1.3.0

14 Mar 19:41
Compare
Choose a tag to compare
  • bug fix related to session state and persistent logins
  • added helper extension method to login user from outside of IdentityServer (such as a registration page)
  • bug fix related to redirecting to invalid redirect_uri
  • added configuration setting to control how many sign in message cookies purged
  • added content-type to end session callback to fix problems in safari and iOS
  • added option to control cookie's secure flag (for load balancer scenarios)
  • changed signout behavior to not require authenticated user (but can be required via new flag)

1.2.1

27 Feb 20:15
Compare
Choose a tag to compare

Bug fixes and new features:

  • Registrations can now have child registrations
  • Registrations can be marked as per-HTTP request
  • Registrations can resolve dependencies outside the callback function
  • Added allowed CORS origins per client (via the new ICorsPolicyService)
  • Added ability for any client to use client credential flow in addition to a user-centric flow (e.g. implicit + client cred flow)
  • Added ability to update access token claims when refreshing an access token using a refresh token
  • Added ability to do an auto-redirect to the post logout redirect URI after logout

Some of these changes required an update to the database schema. If you are using the EF persistence layer, check the following docs:
https://identityserver.github.io/Documentation/docs/ef/migrations.html

1.1.0

06 Feb 07:36
Compare
Choose a tag to compare
  • Added token revocation endpoint
  • Added support for more data types in JSON/JWT output
  • fixed a bug in localization string IDs

1.0.1

01 Feb 10:16
Compare
Choose a tag to compare

Fixes:

#834

RTM (v1.0.0)

24 Jan 21:17
Compare
Choose a tag to compare
  • more bugfixes
  • reworked logging and eventing
  • more input validation and hardening
  • updated documentation
  • added welcome page
  • updated handling of login_hint and acr_values
  • updated nuget package names
  • updated docs site (https://identityserver.github.io/Documentation/)

Release Candidate

12 Jan 13:39
Compare
Choose a tag to compare
Release Candidate Pre-release
Pre-release
  • bug fixes & cleanup
  • reworked logging
  • add events for key operations
  • extensible client secret validation
  • added OpenID Connect session management spec (status change notifications)
  • support for client key rotation
  • support for localization
  • and a lot of minor stuff

...and created a new documentation site: https://thinktecture.github.io/Thinktecture.IdentityServer.v3.Documentation/