bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Auth2.0 Authorization Code fails to open login screen - Error: ERR_ABORTED (-3) loading

Open gustavokath opened this issue 1 year ago • 1 comments

When setting up an HTTP call which uses OAuth2.0 with Authorization Code grant type, after I provided all URL and credentials details, when I click in "Get Access Token" then I receive the following error:

Error invoking remote method 'send-http-request': Error: ERR_ABORTED (-3) loading 'https://xxxx.authentication.sap.hana.ondemand.com/saml/discovery?returnIDParam=idp&entityID=https://xxxxx.authentication.sap.hana.ondemand.com&idp=xxxxxxx.ondem&isPassive=true'
Bruno Issue

I don't have much more details so far as there are no extra logs on console. And unfortunately I had to hide some internal information on the URLs.

I'm ok to try to sove this on my own later and push a PR

gustavokath avatar Mar 25 '24 19:03 gustavokath

I have very similar problem. I am getting this error when using password grant flow.

Error invoking remote method 'send-http-request': ReferenceError: responseBody is not defined

If we have ability to inspect raw request & raw response, that will simplify this. As of now, I dont know if such an option exists.

prog110 avatar Mar 27 '24 17:03 prog110

Thank you for the PR @thekalinga !

This will go out in the 1.13.0 release. Please subscribe to Discord announcement channel to stay notified on the releases.

helloanoop avatar Apr 09 '24 20:04 helloanoop