Skip to content

Commit

Permalink
Merge pull request #6 from sanopsmx/release-1.22.x
Browse files Browse the repository at this point in the history
Added fix for the saml looping issue in symphony.
  • Loading branch information
yugaa22 authored May 24, 2021
2 parents 8219a0b + 4b10b6a commit 33d13a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class SamlSsoConfig extends WebSecurityConfigurerAdapter {
public WebSSOProfileConsumerImpl getWebSSOProfileConsumerImpl() {
WebSSOProfileConsumerImpl profileConsumer = new WebSSOProfileConsumerImpl();
profileConsumer.setMaxAuthenticationAge(samlSecurityConfigProperties.maxAuthenticationAge);
profileConsumer.setResponseSkew(7200);
return profileConsumer;
}

Expand Down

0 comments on commit 33d13a0

Please sign in to comment.