[java-idp-oidc] 01/02: Fixed the temporary naming into a proper one.
Henri Mikkonen
henri.mikkonen at iki.fi
Tue Jan 10 15:47:18 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=30e28472911a2ebb372b7ebde7e29f6ea7e847fa
commit 30e28472911a2ebb372b7ebde7e29f6ea7e847fa
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jan 10 17:45:13 2023 +0200
Fixed the temporary naming into a proper one.
---
.../net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml | 2 +-
.../net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-flow.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
index aa6731bd..24499df4 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
@@ -59,7 +59,7 @@
<bean id="JWTAuthenticationCondition" parent="shibboleth.Conditions.Expression"
c:expression="#input.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).getSubcontext(T(net.shibboleth.oidc.authn.context.OAuth2ClientAuthenticationContext)).getClientAuthentication() instanceof T(com.nimbusds.oauth2.sdk.auth.JWTAuthentication)" />
- <bean id="TempAdaptor" class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor"
+ <bean id="ValidateJWTSignature" class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor"
scope="prototype" c:executionDirection="INBOUND" p:activationCondition-ref="JWTAuthenticationCondition"
p:errorEvent="#{T(net.shibboleth.idp.authn.AuthnEventIds).AUTHN_EXCEPTION}">
<constructor-arg name="messageHandler">
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-flow.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-flow.xml
index c643437f..8a88bda0 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-flow.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-flow.xml
@@ -12,7 +12,7 @@
<evaluate expression="PopulateTokenEndpointJwtSignatureValidationParameters"/>
<evaluate expression="ExtractClientAuthenticationFromRequest" />
<evaluate expression="ValidateClientAuthenticationType" />
- <evaluate expression="TempAdaptor"/>
+ <evaluate expression="ValidateJWTSignature"/>
<evaluate expression="ValidateCredentials" />
<evaluate expression="PopulateSubjectCanonicalizationContext" />
<evaluate expression="'proceed'" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list