Skip to content

Releases: morincer/teamcity-plugin-saml

v.1.4.3

09 Jul 05:57
be89ac1
Compare
Choose a tag to compare

Bug fixes and minor enhancements.

What's Changed

New Contributors

Full Changelog: v.1.4.2...v.1.4.3

v.1.4.2

25 Nov 17:16
bd9784b
Compare
Choose a tag to compare
Merge pull request #117 from Linfar/master

Support automatic redirect to the requested page

1.4.1

11 Jan 19:30
Compare
Choose a tag to compare

New Features:

  • Attribute mapping now supports custom expressions (with Spring Expression Language aka Spel)

Minor improvements:

  • SAML core framework version updated to the latest

1.4.0

20 Sep 13:08
Compare
Choose a tag to compare

The release contains minor improvements and fixes

  • Fix: Plugin versioning has changed so it doesn't mess up Teamcity auto-update feature
  • Fix: dependencies bumped

1.3.2

12 Jan 08:44
Compare
Choose a tag to compare
  • Add support for secondary nodes authentication
  • Minor cleanup

1.3.1

22 Sep 10:16
Compare
Choose a tag to compare
  • Add UI for multi-certificates setup
  • Fix issues

1.3

14 Aug 12:34
Compare
Choose a tag to compare
1.3
  • Fix issues with custom context support
  • New feature (credits go to @fatmcgav) - TC groups can now be mapped from SAML assertion.

1.2.2

13 Aug 17:57
Compare
Choose a tag to compare

Add support for Teamcity installation having custom web application context

Version 1.2.1

24 Jul 12:56
e6526af
Compare
Choose a tag to compare

Add (configurable) CORS filter exception for SAML assertion callbacks - now you don't have to configure CORS origin or provide CSRF token (2020.1+) for the login procedure anymore.

Version 1.2

22 Jul 13:44
29546ca
Compare
Choose a tag to compare
  • Add support for CSRF token introduced in 2020.1
  • Add support for multi-certificates metadata
  • Minor bug fixes and enhancements