[java-idp-oidc] branch main updated: JOIDC-22 Update Core Nimbus libraries
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Jan 25 15:55:14 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=55ff12587b4231ad419fb79506b1fae1f7422a2d
The following commit(s) were added to refs/heads/main by this push:
new 55ff1258 JOIDC-22 Update Core Nimbus libraries
55ff1258 is described below
commit 55ff12587b4231ad419fb79506b1fae1f7422a2d
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jan 25 17:54:04 2021 +0200
JOIDC-22 Update Core Nimbus libraries
https://issues.shibboleth.net/jira/browse/JOIDC-22
Re-enabled the broken test as a bug on Nimbus reported by us was fixed:
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/issues/338
---
.../net/shibboleth/idp/plugin/oidc/op/profile/flow/TokenFlowTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/TokenFlowTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/TokenFlowTest.java
index d85b8276..28169209 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/TokenFlowTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/TokenFlowTest.java
@@ -94,8 +94,7 @@ public class TokenFlowTest extends AbstractOidcFlowTest {
assertErrorDescriptionContains(result, "UnableToDecode");
}
- // @Test TODO: disabled now before the bug below gets resolved
- // https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/issues/338
+ @Test
public void testNoGrantType() throws IOException, ParseException {
setHttpFormRequest("POST", createRequestParameters(redirectUri, null, "mockCode", clientId));
final FlowExecutionResult result = flowExecutor.launchExecution(FLOW_ID, null, externalContext);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list