Skip to content

Commit

Permalink
Merge pull request #3 from choonchernlim/development
Browse files Browse the repository at this point in the history
doc
  • Loading branch information
choonchernlim committed Jun 6, 2016
2 parents 86a68e8 + 7b36118 commit 6d04a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>spring-security-adfs-saml2</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>Spring Security ADFS SAML2</name>
Expand Down

0 comments on commit 6d04a6d

Please sign in to comment.