[java-idp-plugin-oidc-rp] branch main updated: Fix tests
Phil Smart
philip.smart at jisc.ac.uk
Thu May 15 09:30:12 UTC 2025
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=4e5c3663f0c7650934ea5c241838f4bfdb121837
The following commit(s) were added to refs/heads/main by this push:
new 4e5c366 Fix tests
4e5c366 is described below
commit 4e5c3663f0c7650934ea5c241838f4bfdb121837
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 15 10:30:09 2025 +0100
Fix tests
---
.../net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowTest.java
index b28f778..f069b4c 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowTest.java
@@ -357,6 +357,7 @@ public class OIDCRPFlowTest extends AbstractAuthnXmlFlowExecutionTests {
final OIDCProviderMetadataContext providerMetadataCtx = new OIDCProviderMetadataContext();
providerMetadataCtx.setProviderInformation(providerMetadata);
peerCtx.addSubcontext(providerMetadataCtx);
+ peerCtx.setIdentifier(providerMetadata.getIssuer().toString());
return peerCtx;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list