[java-idp-plugin-oidc-rp] branch main updated: Fix test
Phil Smart
philip.smart at jisc.ac.uk
Tue Apr 25 14:19:31 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=78b15eec7f547b575e5a62f9b59a44724a5f8043
The following commit(s) were added to refs/heads/main by this push:
new 78b15ee Fix test
78b15ee is described below
commit 78b15eec7f547b575e5a62f9b59a44724a5f8043
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Apr 25 15:19:29 2023 +0100
Fix test
---
.../oidc/rp/impl/RelyingPartyProxySigningParametersResolverTest.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/RelyingPartyProxySigningParametersResolverTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolverTest.java
index f8acfd7..8bb1be0 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolverTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolverTest.java
@@ -48,6 +48,7 @@ import com.nimbusds.oauth2.sdk.id.Issuer;
import com.nimbusds.openid.connect.sdk.SubjectType;
import com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata;
+import net.shibboleth.idp.plugin.authn.oidc.rp.security.impl.RelyingPartyProxySigningParametersResolver;
import net.shibboleth.idp.profile.context.RelyingPartyContext;
import net.shibboleth.idp.relyingparty.RelyingPartyConfiguration;
import net.shibboleth.oidc.jwa.support.SignatureConstants;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list