Releases: morincer/teamcity-plugin-saml
Releases · morincer/teamcity-plugin-saml
v.1.4.3
Bug fixes and minor enhancements.
What's Changed
- Fix some minor typos by @DanielGallo in #123
- Use SimpleEvaluationContext instead of StandardEvaluationContext by @Linfar in #126
- Add "Map VCS Username From" field to the settings by @Linfar in #125
- #116 by @Linfar in #124
- Update documentation by @tolache in #137
New Contributors
- @DanielGallo made their first contribution in #123
Full Changelog: v.1.4.2...v.1.4.3
v.1.4.2
Merge pull request #117 from Linfar/master Support automatic redirect to the requested page
1.4.1
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
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
1.3.1
1.3
1.2.2
Version 1.2.1
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
- Add support for CSRF token introduced in 2020.1
- Add support for multi-certificates metadata
- Minor bug fixes and enhancements