[java-idp-plugin-oidc-rp] branch main updated: Fix test

Phil Smart philip.smart at jisc.ac.uk
Tue Jan 3 11:34:11 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=a2c5a0201d845308885a03ac061f9bbf614a2aff

The following commit(s) were added to refs/heads/main by this push:
     new a2c5a02  Fix test
a2c5a02 is described below

commit a2c5a0201d845308885a03ac061f9bbf614a2aff
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 3 11:34:09 2023 +0000

    Fix test
---
 .../shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObjectTest.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/BuildRequestObjectTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObjectTest.java
index afd2cff..0291e2b 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObjectTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObjectTest.java
@@ -71,6 +71,7 @@ public class BuildRequestObjectTest extends AbstractOIDCTest {
         authnRequest.setResponseMode(ResponseMode.QUERY);
         authnRequest.setDefaultResponseMode(ResponseMode.QUERY);
         authnRequest.setMaxAge(Duration.ofSeconds(60));
+        authnRequest.setProviderSupportsClaimsParameter(true);
     }
     
     @Test

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


More information about the commits mailing list