[java-idp-oidc] branch main updated: JOIDC-175 - issue-registration-access-token flow does not work in OP 4.0.0
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Sep 29 11:04:48 UTC 2023
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=99cf813d6278142d8fc1c70175d8a9b4beab7e79
The following commit(s) were added to refs/heads/main by this push:
new 99cf813d JOIDC-175 - issue-registration-access-token flow does not work in OP 4.0.0
99cf813d is described below
commit 99cf813d6278142d8fc1c70175d8a9b4beab7e79
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Sep 29 14:03:49 2023 +0300
JOIDC-175 - issue-registration-access-token flow does not work in OP 4.0.0
https://shibboleth.atlassian.net/browse/JOIDC-175
Removed dependency to the IssueRegistrationAccessTokenArgument class.
---
.../issue-registration-access-token-beans.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 04728ee9..4b3b7813 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.context.navigate.SpringFlowScopeLookupFunction"
- c:_0="#{T(net.shibboleth.idp.plugin.oidc.op.cli.IssueRegistrationAccessTokenArguments).URL_PARAM_POLICY_LOCATION}" />
+ c:_0="policyLocation" />
</constructor-arg>
<constructor-arg name="f">
<bean parent="shibboleth.Functions.Expression"
@@ -81,7 +81,7 @@
c:expression="#custom.get().getAttribute('opensamlProfileRequestContext')" />
</constructor-arg>
</bean>
-
+
<bean class="net.shibboleth.oidc.metadata.cache.impl.FetchThroughMetadataCacheBuilderSpec"
id="shibboleth.oidc.admin.BaseCacheBuilderSpec" abstract="true"
p:fetchStrategy-ref="shibboleth.oidc.admin.MetadataPolicyFetchingStrategy"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list