[java-idp-plugin-oidc-rp] branch main updated: Minor bean name change

Phil Smart philip.smart at jisc.ac.uk
Tue Jan 3 16:09:48 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

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

The following commit(s) were added to refs/heads/main by this push:
     new 7923a1e  Minor bean name change
7923a1e is described below

commit 7923a1eed423750f39a76c928921c2a2b3212a59
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 3 16:09:45 2023 +0000

    Minor bean name change
---
 .../authn/oidc/rp/config/navigate/SubFromIDTokenLookupFunction.java   | 2 +-
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/SubFromIDTokenLookupFunction.java b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/SubFromIDTokenLookupFunction.java
index 5b4147c..5642cca 100644
--- a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/SubFromIDTokenLookupFunction.java
+++ b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/SubFromIDTokenLookupFunction.java
@@ -87,7 +87,7 @@ public class SubFromIDTokenLookupFunction implements BiFunction<ProfileRequestCo
                 return claims.getSubject();
             }
         } catch (final ParseException e) {
-            log.warn("Unable to parse id_token claims, can not extract subjuect", e);
+            log.warn("Unable to parse id_token claims, can not extract subject", e);
         }
         return null;
     }
diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 288d9f8..c29d541 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -145,7 +145,7 @@
         </constructor-arg>
     </bean>
         
-    <bean id="shibboleth.MessageLookup.oidc.rp.AuthenticationResponse"
+    <bean id="shibboleth.MessageLookup.AuthenticationResponse"
         class="org.opensaml.messaging.context.navigate.MessageLookup"
         c:type="#{ T(com.nimbusds.openid.connect.sdk.AuthenticationResponse) }" />
         
@@ -467,7 +467,7 @@
                     <bean class="net.shibboleth.oidc.profile.audit.impl.AuthenticationResponseStatusAuditExtractor">
                          <constructor-arg>
                             <bean parent="shibboleth.Functions.Compose"
-                                c:g-ref="shibboleth.MessageLookup.oidc.rp.AuthenticationResponse"
+                                c:g-ref="shibboleth.MessageLookup.AuthenticationResponse"
                                 c:f-ref="shibboleth.MessageContextLookup.Inbound" />
                         </constructor-arg>
                     </bean>

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


More information about the commits mailing list