[java-idp-oidc] 31/35: Add missing limitInitialAccessTokenToSelf to OAUTH2.Token.MDDriven.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 24 14:01:56 UTC 2024


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

hjmikkon pushed a commit to branch dev/JOIDC-222
in repository java-idp-oidc.

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

commit cffb52e6e2425e9b56db86dbfa4ed2b0a482ebf5
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Oct 23 12:07:29 2024 +0300

    Add missing limitInitialAccessTokenToSelf to OAUTH2.Token.MDDriven.
---
 .../net/shibboleth/idp/service/relying-party/postconfig.xml       | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index 69776e0d..e31b511a 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -613,6 +613,14 @@
                 <constructor-arg value="false" />
             </bean>
         </property>
+        <property name="limitInitialAccessTokenToSelfPredicate">
+            <bean class="net.shibboleth.shared.logic.PredicateSupport" factory-method="fromFunction">
+                <constructor-arg>
+                    <bean parent="shibboleth.MDDrivenBoolProperty" p:propertyName="limitInitialAccessTokenToSelf" />
+                </constructor-arg>
+                <constructor-arg value="false" />
+            </bean>
+        </property>
     </bean>
     
     <bean id="OAUTH2.TokenAudience.MDDriven" parent="AbstractMDDrivenOIDCProfile" lazy-init="true"

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


More information about the commits mailing list