How to validate the SAML response #9370
Unanswered
aaujayasena
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented test for SAML scenario. Here I want to get the SAML response received and validate it. I used cy.server() and cy.rout() methods. But getting error as mentioned below. I used the assertion url as well to rout cy.route("GET", "http://nuthouse.lk/*").as('route1'); But same issue occurred.
Can you explain a way to capture the SAML response within the test to resolve this issue
Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions