Skip to content

Releases: cmu-sei/Identity

v1.5.0-rc1

10 Mar 14:39
Compare
Choose a tag to compare
v1.5.0-rc1 Pre-release
Pre-release
no default cert headers

v1.4.9-rc2

09 Mar 21:14
Compare
Choose a tag to compare
v1.4.9-rc2 Pre-release
Pre-release
support x509 distinguished name parsing

v1.4.9-rc1

09 Mar 16:31
Compare
Choose a tag to compare
v1.4.9-rc1 Pre-release
Pre-release
support multiple cert headers

v1.4.8

29 Sep 15:34
Compare
Choose a tag to compare

Removed unsafe-inline scripts. If you previously customized the Headers__Security__ContentSecurity setting, now feel free to rely on the default which does not allow unsafe-inline scripts.

Fixed the password login failed attempt lockout to show immediately rather than on a subsequent attempt.

Better support for OAuth pass-through to OIDC.

v1.4.7

26 Mar 02:11
Compare
Choose a tag to compare
  • Improves support for group email messages.
  • Changes default ContentSecurity policy to include frame-ancestors.
  • Allows configuration of auth cookie sliding behavior with Authorization__CookieSlidingExpiration and makes the default Authorization__CookieLifetimeMinutes explicit (600 minutes - 10 hours).
  • Accommodates boolean claims in identity tokens.

Maintenance

06 Jul 12:47
Compare
Choose a tag to compare

Added setting for auth cookie lifetime: Authorization__CookieLifetimeMinutes = 0

Altered devimport endpoint to accept array of redirect-url strings.

Maintenance Release

26 Jun 10:49
a044dd7
Compare
Choose a tag to compare

Fixed checking of client secrets at token endpoints.

Configured a generic token issuer in development mode. This eases the hassle when developing with various local deployment scenarios.

Maintenance Release

20 May 14:19
Compare
Choose a tag to compare

Improves code verification when adding / changing an email username.

Maintenance Release

14 May 18:00
Compare
Choose a tag to compare

Updated dependencies and now allowing digits in account usernames.

Maintenance Release

05 Apr 17:36
51e0b6f
Compare
Choose a tag to compare

This release fixes a couple of bugs and adds a setting.

  • Fixed the seeding of identity resources for new databases.
  • Fixed the generation of invite urls; now returns invite code and lets client construct url.
  • Added setting Account__Registration__AutoUniqueUsernames = true; set to false if you don't want usernames to append unique tag. (Not recommended)