coheigea commented on a change in pull request #646: CXF-8229 OAuth 2.0 Dynamic
Client Registration: Client Update Request
URL: https://github.com/apache/cxf/pull/646#discussion_r388334951
##########
File path:
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oidc/OIDCDynamicRegistrationTest.java
##########
@@ -237,17 +212,63 @@ public void
testRegisterClientInitialAccessTokenCodeGrantTls() throws Exception
assertEquals(200, wc.delete().getStatus());
}
+ @org.junit.Test
+ public void testUpdateClient() throws Exception {
Review comment:
Could you add a test to make sure it's not possible to "put" (or delete
actually, GET is already covered) without specifying an access token?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services