Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing RP only supporting a single OP #5

Open
bellgrim opened this issue Mar 10, 2017 · 1 comment
Open

Testing RP only supporting a single OP #5

bellgrim opened this issue Mar 10, 2017 · 1 comment

Comments

@bellgrim
Copy link
Contributor

I am testing a RP that can only be configured with a single OP. So there is no support for webfinger or similar and it will redirect to the OP directly.

It is still useful to test with PrOfESSOS as you can run the following test cases:

  • Replay Attack 1 - 6
  • Signature Manipulation 1 - 2
  • CSRF 1 - 3
  • TRC 1 - 2

Perhaps you could add an option in the controller if you are testing a RP that supports single or multiple OP?

I now had to disable the following code to make it work:

  • waitForPageLoad in the run method of DefaultRPTestBrowser
  • The learning step for honest OP in the run method of RPLearningBrowser
  • waitForPageLoad in the run method of RPLearningBrowser
@mladevbb
Copy link
Contributor

Thanks. This is a very valuable input. We did not consider this issue till now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants