adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
19 stars 65 forks source link

Add Authorization Code Grant OAuth security test #457

Closed joeyleeeeeee97 closed 2 years ago

joeyleeeeeee97 commented 2 years ago

Secure Communication

Test the data that travels across a network can not be accessed by someone who is not the intended recipient, and test varities combination of cryptography and application protocol works together.

joeyleeeeeee97 commented 2 years ago

https://github.com/adoptium/aqa-systemtest/issues/453

tellison commented 2 years ago

I'll let the test experts speak to the details of this, but it looks like a great contribution to me! Thank you.

joeyleeeeeee97 commented 2 years ago

@smlambert Thanks for the suggestions and yes I am working on a PR in aqa-tests to include this test.

joeyleeeeeee97 commented 2 years ago

https://ci.adoptopenjdk.net/job/Grinder/1661/console I run this in Grinder, test passed but I got a

14:49:50  TAP Reports Processing: START
14:49:50  Looking for TAP results report in workspace using pattern: **/*.tap
14:49:51  Did not find any matching files. Setting build result to FAILURE.

Did I miss something?

smlambert commented 2 years ago

re: https://github.com/adoptium/aqa-systemtest/pull/457#issuecomment-938392650 I've added a comment on https://github.com/adoptium/aqa-tests/pull/2970 - I think you just need to include the TEST_STATUS in the <command> tag.

Mesbah-Alam commented 2 years ago

Another grinder link testing this PR : https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1686/console