From 7b361183a51944ea01af52e3a374a95846cdd695 Mon Sep 17 00:00:00 2001 From: Choon-Chern Lim Date: Sun, 5 Jun 2016 19:21:39 -0500 Subject: [PATCH] doc --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6e7da..7247d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.4.0 - 2016-06-01 +## 0.4.0 - 2016-06-05 * If `samlConfigBean.samlUserDetailsService` is provided, then set `samlAuthenticationProvider.forcePrincipalAsString` to `false` so that `principal` represents the `userDetails` object. * Ability to mock security to bypass authentication against ADFS during rapid app development. To use this, `samlConfigBean.samlUserDetailsService` must be set. diff --git a/pom.xml b/pom.xml index 06116e6..31d947a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ spring-security-adfs-saml2 - 0.4.0-SNAPSHOT + 0.4.0 jar Spring Security ADFS SAML2