OAuth 2.0 Ready API Security Tests unable to get Token
When using the Ready API Security Tests Auth Manager I can't get past the initial Login/Token page in the browser, which at the end simply shows me "Unfortunately, we can't open this page!"
I am using the OAuth Example to grab the token and the Login portion is automated properly and does the login with Username/Password and clicks Login. Then it shows me the white page which simply notes it can't open the page. There is no token at the end (manually doing this I have seen the token accepted but with the browser window still in place and blank, closing it the token is unaccepted. I've seen this reported in many areas but no solution that has worked for me.
I have adjusted everything available in the Auth Manager but can't get past this issue when running the tests manually, which makes me doubt these tests will pass if I want to automated them from the command line.
I have adjusted the browser settings, in preferences using Hostname Verification, we do not have a cert and using that causes hostname errors.
Since we have automated the OAuth process in a different framework I have that as a Jar I could add, but there doesn't seem to be a place to call it in the Security Tests, unless I am missing that.
Is there something else to check and get more logging on the browser issue, to diagnose more, or is this a problem with OAuth 2 in the Security Tests?