You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: