Skip to content

Commit

Permalink
Merge pull request #7 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 26, 2021
2 parents 33d13a0 + d335e40 commit e9d89f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SamlSsoConfig extends WebSecurityConfigurerAdapter {

List<String> requiredRoles
UserAttributeMapping userAttributeMapping = new UserAttributeMapping()
long maxAuthenticationAge = 28800
long maxAuthenticationAge = 43200

String signatureDigest = "SHA1" // SHA1 is the default registered in DefaultSecurityConfigurationBootstrap.populateSignatureParams

Expand Down

0 comments on commit e9d89f1

Please sign in to comment.