ContributionsMost RecentMost LikesSolutionsRe: Oauth2 token retrieval returns blank page 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. Re: Oauth2 token retrieval returns blank pageOk, so I am now getting a page cannot be displayed error in 5.5. I have since installed the Pro trial version and ran the same test and the logon screen does display however my java script to fill in the logon doesn't seem to fill in the page. I've checked the element ids several times, so there is nothing wrong with them, and I dont think there is anything wrong with the script. I will add the script to this post when I get home just incase anyone has any ideas how I could amend it.....Oauth2 token retrieval returns blank pageI've tried to perform an OAth2 token retrieval using grant permission, however I keep on getting a blank page. I've tried the same in postman using exactly the same auth credentials and that worked, so I'm guessing the problem resides with soapui. I've also disabled the proxy in soapui but that didnt work. Any ideas anyone? Ps I am using open source version.