[java-idp-oidc] branch main updated: Add missing limitInitialAccessTokenToSelf to OAUTH2.Token.MDDriven.

Henri Mikkonen henri.mikkonen at iki.fi
Wed Oct 23 09:07:40 UTC 2024


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
     new ac42c06c Add missing limitInitialAccessTokenToSelf to OAUTH2.Token.MDDriven.
ac42c06c is described below

commit ac42c06c9a44128e9e0ad537b0125702bc37c01e
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 c01a0ad5..0a84da41 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
@@ -607,6 +607,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