[java-idp-plugin-oidc-rp] branch main updated: Fix tests and bump IdP version
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 21 11:32:59 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=c653cd30ac27a3f9060505be453de9c1bcd44a22
The following commit(s) were added to refs/heads/main by this push:
new c653cd3 Fix tests and bump IdP version
c653cd3 is described below
commit c653cd30ac27a3f9060505be453de9c1bcd44a22
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 21 12:32:57 2023 +0100
Fix tests and bump IdP version
---
.../rp/messaging/impl/AddForceAuthenticationPromptHandlerTest.java | 6 +++---
pom.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandlerTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandlerTest.java
index 336e1d8..cdec7af 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandlerTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandlerTest.java
@@ -30,11 +30,11 @@ import net.shibboleth.idp.profile.context.RelyingPartyContext;
import net.shibboleth.idp.relyingparty.RelyingPartyConfiguration;
import net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration;
-/** Tests for {@link AddForceAuthenticationPromptHandler}.*/
+/** Tests for {@link AddForceAuthenticationHandler}.*/
public class AddForceAuthenticationPromptHandlerTest extends AbstractOIDCTest {
/** The action to test.*/
- private AddForceAuthenticationPromptHandler handler;
+ private AddForceAuthenticationHandler handler;
/** The RPC.*/
private RelyingPartyContext rpc;
@@ -46,7 +46,7 @@ public class AddForceAuthenticationPromptHandlerTest extends AbstractOIDCTest {
@BeforeMethod
public void setup() throws Exception {
super.setup();
- handler = new AddForceAuthenticationPromptHandler();
+ handler = new AddForceAuthenticationHandler();
rpc = prc.getSubcontext(RelyingPartyContext.class, true);
oidcAuthzConfig = new DefaultOIDCAuthorizationConfiguration();
diff --git a/pom.xml b/pom.xml
index 79b06e1..96215d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,9 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.2.0</idp.version>
+ <idp.version>4.3.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0</opensaml.version>
+ <opensaml.version>4.3.0</opensaml.version>
<oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
<idp.oidc.config.version>0.0.1-SNAPSHOT</idp.oidc.config.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list