[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/authn/external-authn-config.xml conf/auth...

noreply at shibboleth.net noreply at shibboleth.net
Tue Aug 2 13:12:07 EDT 2016


Author: scantor
Date: Tue Aug  2 13:12:06 2016
New Revision: 8309

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8309&view=rev
Log:
IDP-1016 - Factor out RPUI population step

https://issues.shibboleth.net/jira/browse/IDP-1016

Modified:
    trunk/idp-conf/src/main/resources/conf/authn/external-authn-config.xml
    trunk/idp-conf/src/main/resources/conf/authn/remoteuser-authn-config.xml
    trunk/idp-conf/src/main/resources/conf/authn/x509-authn-config.xml
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/duo-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-flow.xml
    trunk/idp-conf/src/main/resources/views/duo.vm

Modified: trunk/idp-conf/src/main/resources/conf/authn/external-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/external-authn-config.xml?rev=8309&r1=8308&r2=8309&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/external-authn-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/authn/external-authn-config.xml	Tue Aug  2 13:12:06 2016
@@ -15,9 +15,6 @@
     <!-- Servlet context-relative path to wherever your implementation lives. -->
     <bean id="shibboleth.authn.External.externalAuthnPath" class="java.lang.String"
         c:_0="contextRelative:Authn/External" />
-
-    <!-- Populate RP UI info from metadata? -->
-    <util:constant id="shibboleth.authn.External.populateUIInfo" static-field="java.lang.Boolean.FALSE" />
 
     <!--
     Add authentication flow descriptor's supportedPrincipals collection to the resulting Subject?

Modified: trunk/idp-conf/src/main/resources/conf/authn/remoteuser-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/remoteuser-authn-config.xml?rev=8309&r1=8308&r2=8309&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/remoteuser-authn-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/authn/remoteuser-authn-config.xml	Tue Aug  2 13:12:06 2016
@@ -15,9 +15,6 @@
     <!-- Servlet context-relative path to wherever your implementation lives. -->
     <bean id="shibboleth.authn.RemoteUser.externalAuthnPath" class="java.lang.String"
         c:_0="contextRelative:Authn/RemoteUser" />
-
-    <!-- Populate RP UI info from metadata? -->
-    <util:constant id="shibboleth.authn.RemoteUser.populateUIInfo" static-field="java.lang.Boolean.FALSE" />
 
     <!--
     Add authentication flow descriptor's supportedPrincipals collection to the resulting Subject?

Modified: trunk/idp-conf/src/main/resources/conf/authn/x509-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/x509-authn-config.xml?rev=8309&r1=8308&r2=8309&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/x509-authn-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/authn/x509-authn-config.xml	Tue Aug  2 13:12:06 2016
@@ -15,9 +15,6 @@
     <!-- Servlet context-relative path to wherever your implementation lives. -->
     <bean id="shibboleth.authn.X509.externalAuthnPath" class="java.lang.String"
         c:_0="contextRelative:x509-prompt.jsp" />
-
-    <!-- Populate RP UI info from metadata? -->
-    <util:constant id="shibboleth.authn.X509.populateUIInfo" static-field="java.lang.Boolean.TRUE" />
 
     <!--
     Define entries here to map error messages returned by external modules and classify them as particular

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=8309&r1=8308&r2=8309&view=diff

[... 336 lines stripped ...]


More information about the commits mailing list