[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 22 15:08:50 EST 2016
Author: scantor
Date: Mon Feb 22 15:08:50 2016
New Revision: 8102
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8102&view=rev
Log:
IDP-925 - Dynamic determination of JAAS configuration and custom Principals
https://issues.shibboleth.net/jira/browse/IDP-925
Bean reference for static, but principal-specific, JAAS config,
Modified:
trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml?rev=8102&r1=8101&r2=8102&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml Mon Feb 22 15:08:50 2016
@@ -57,6 +57,7 @@
p:savePasswordToCredentialSet="#{getObject('shibboleth.authn.Password.RetainAsPrivateCredential') != null ? getObject('shibboleth.authn.Password.RetainAsPrivateCredential') : false}"
p:loginConfigStrategy="#{getObject('shibboleth.authn.JAAS.LoginConfigStrategy')}"
p:loginConfigNames="#{getObject('shibboleth.authn.JAAS.LoginConfigNames')}"
+ p:loginConfigurations="#{getObject('shibboleth.authn.JAAS.LoginConfigurations')}"
p:loginConfigType="JavaLoginConfig"
p:addDefaultPrincipals="#{getObject('shibboleth.authn.Password.addDefaultPrincipals') ?:
(getObject('shibboleth.authn.Password.PrincipalOverride') == null
More information about the commits
mailing list