[java-idp-oidc] branch master updated: Delete reference to removed property from bean.

Scott Cantor cantor.2 at osu.edu
Mon Jan 13 12:40:06 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=2355d5d0eacafd7d91a6afc3b7c1237893bfc83a

The following commit(s) were added to refs/heads/master by this push:
       new  2355d5d   Delete reference to removed property from bean.
2355d5d is described below

commit 2355d5d0eacafd7d91a6afc3b7c1237893bfc83a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 13 12:40:04 2020 -0500

    Delete reference to removed property from bean.
---
 .../src/main/resources/flows/oidc/authorize/authorize-beans.xml        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/flows/oidc/authorize/authorize-beans.xml b/idp-oidc-extension-impl/src/main/resources/flows/oidc/authorize/authorize-beans.xml
index 6d4af59..96d5006 100644
--- a/idp-oidc-extension-impl/src/main/resources/flows/oidc/authorize/authorize-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/flows/oidc/authorize/authorize-beans.xml
@@ -219,8 +219,7 @@
         scope="prototype">
         <property name="classRefLookupStrategy">
             <bean class="net.shibboleth.idp.authn.principal.DefaultPrincipalDeterminationStrategy"
-                c:type="org.geant.idpextension.oidc.authn.principal.AuthenticationContextClassReferencePrincipal"
-                p:weightMap="#{getObject('shibboleth.AuthenticationPrincipalWeightMap')}">
+                c:type="org.geant.idpextension.oidc.authn.principal.AuthenticationContextClassReferencePrincipal">
                 <constructor-arg name="principal">
                     <bean
                         class="org.geant.idpextension.oidc.authn.principal.AuthenticationContextClassReferencePrincipal"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list