[java-idp-oidc] branch main updated: JOIDC-21 - Use token authentication for OIDC dynamic client registration

Henri Mikkonen henri.mikkonen at iki.fi
Fri Apr 1 07:33:57 UTC 2022


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=2143bcf27d0926c7d008d67d375121980e25c445

The following commit(s) were added to refs/heads/main by this push:
     new 2143bcf2 JOIDC-21 - Use token authentication for OIDC dynamic client registration
2143bcf2 is described below

commit 2143bcf27d0926c7d008d67d375121980e25c445
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 1 10:33:03 2022 +0300

    JOIDC-21 - Use token authentication for OIDC dynamic client registration
    
    https://shibboleth.atlassian.net/browse/JOIDC-21
    
    Fixed a broken Spring expression, which caused policy location parameter
    value to be ignored.
---
 .../issue-registration-access-token-beans.xml                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/issue-registration-access-token/issue-registration-access-token-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/issue-registration-access-token/issue-registration-access-token-beans.xml
index a1e5a527..0c54a0e6 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/issue-registration-access-token/issue-registration-access-token-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/issue-registration-access-token/issue-registration-access-token-beans.xml
@@ -73,7 +73,7 @@
     <bean id="shibboleth.oidc.admin.MetadataPolicyIdentifierStrategy" parent="shibboleth.Functions.Compose">
         <constructor-arg name="g">
             <bean class="net.shibboleth.idp.profile.function.SpringFlowScopeLookupFunction"
-                c:_0="T(net.shibboleth.idp.plugin.oidc.op.cli.IssueRegistrationAccessTokenArguments).URL_PARAM_POLICY_LOCATION" />
+                c:_0="#{T(net.shibboleth.idp.plugin.oidc.op.cli.IssueRegistrationAccessTokenArguments).URL_PARAM_POLICY_LOCATION}" />
         </constructor-arg>
         <constructor-arg name="f">
             <bean parent="shibboleth.Functions.Expression"

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


More information about the commits mailing list