[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/Browse...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 15 16:37:31 EDT 2016
Author: scantor
Date: Tue Mar 15 16:37:31 2016
New Revision: 8158
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8158&view=rev
Log:
IDP-948 - Dynamic determination of profile and relying party configuration settings
https://issues.shibboleth.net/jira/browse/IDP-948
Fix cut and paste error.
Modified:
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java?rev=8158&r1=8157&r2=8158&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java Tue Mar 15 16:37:31 2016
@@ -132,7 +132,7 @@
setSignResponses(Predicates.<ProfileRequestContext>alwaysTrue());
setEncryptAssertions(Predicates.<ProfileRequestContext>alwaysTrue());
resolveAttributesPredicate = Predicates.alwaysTrue();
- includeAttributeStatementPredicate = Predicates.alwaysFalse();
+ includeAttributeStatementPredicate = Predicates.alwaysTrue();
skipEndpointValidationWhenSignedPredicate = Predicates.alwaysFalse();
maximumSPSessionLifetime = 0;
maximumTokenDelegationChainLength = 1;
More information about the commits
mailing list