Oauth2 token retrieval returns blank page
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oauth2 token retrieval returns blank page
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having the same issue and observing same behavious (wrt postman). Any solution for Open Source Soap UI v.5.5.0?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and here is my script for the logon screen:
function login() {
document.getElementById("idToken1").value = "910000000001";
document.getElementById("idToken2").value = "Password1";
document.getElementsByClassName("login")[0].submit();
window.setInterval(login, 100);
}
Would appreciate it if someone could advise how I could amend. I am currently on the Pro trial and if I can get it working on the Pro version then we are willing to invest in getting the full license.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi alexszarko,
Is it possible you're getting redirected to the blank page with your response? With our system using Okta, when I send a GET request with all of the parameters to get the auth code back in the response, if I have "Follow Redirects" and/or "Follow 302 Redirect with GET" turned on for that test step, I will not be able to get my token from the response.
