Skip to content

Commit

Permalink
Merge pull request #5 from swedenconnect/bugfix/typo
Browse files Browse the repository at this point in the history
Update UnrecoverableSaml2IdpError.java
  • Loading branch information
martin-lindstrom authored Aug 16, 2023
2 parents 73570fb + c32f9cd commit dd186d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saml-identity-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.spring.saml.idp</groupId>
<artifactId>spring-saml-idp-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<name>Sweden Connect :: Spring SAML Identity Provider :: Core Library</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum UnrecoverableSaml2IdpError {
/**
* If timestamp checks fails.
*/
MESSAGE_TOO_OLD("idp.error.unrecoverable.too-old", "Recived message is too old and not accepted"),
MESSAGE_TOO_OLD("idp.error.unrecoverable.too-old", "Received message is too old and not accepted"),

/**
* The AssertionConsumerService indicated in the AuthnRequest is not registered in the Service Provider metadata.
Expand Down

0 comments on commit dd186d2

Please sign in to comment.