Skip to content

Commit

Permalink
Bugfix. See:
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenzo De Notaris committed Feb 15, 2020
1 parent ffa05e9 commit e3ee828
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This project represents a sample implementation of a **SAML 2.0 Service Provider

- **Author:** Vincenzo De Notaris ([[email protected]](mailto:[email protected]))
- **Website:** [www.vdenotaris.com](http://www.vdenotaris.com)
- **Version:** ` 2.3.0.RELEASE`
- **Last update**: February 12th, 2020
- **Version:** ` 2.3.1.RELEASE`
- **Last update**: February 15th, 2020

Thanks to *Vladimír Schäfer* ([github.com/vschafer](https://github.com/vschafer)) for supporting my work.

Expand Down Expand Up @@ -57,7 +57,7 @@ docker run -it --rm -p 8080:8080 -t vdenotaris/spring-saml-sp:latest
or compile the code and run the application with Maven:

```
docker run -it --rm -p 8080:8080 -t vdenotaris/spring-saml-sp:2.3.0-mvn-jdk-8
docker run -it --rm -p 8080:8080 -t vdenotaris/spring-saml-sp:2.3.1-mvn-jdk-8
```

*Note: the related Docker image is publicly available on [Docker Hub](https://hub.docker.com/r/vdenotaris/spring-saml-sp/).*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vdenotaris.spring</groupId>
<artifactId>spring-boot-security-saml-sample</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
<packaging>jar</packaging>
<!-- Project description -->
<name>Spring Boot sample SAML 2.0 Service Provider</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h6 class="mb-0 text-white lh-100">Spring Boot &mdash; SAML 2.0 Service Provider</h6>
<small>
<span class="badge badge-light">
<i class="fas fa-code-branch"></i> github.com/vdenotaris/spring-boot-security-saml-sample/tree/2.3.0.RELEASE
<i class="fas fa-code-branch"></i> github.com/vdenotaris/spring-boot-security-saml-sample/tree/2.3.1.RELEASE
</span>
</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h6 class="border-bottom border-gray pb-2 mb-0">The authentication flow, step by
</p>
</div>
<small class="d-block text-right mt-3" id="sso-btn">
<a th:href="@{saml/login}" class="btn btn-spring btn-sm">
<a th:href="@{/saml/login}" class="btn btn-spring btn-sm">
<i class="fas fa-rocket"></i> Get started</a>
</small>
</section>
Expand Down

0 comments on commit e3ee828

Please sign in to comment.