These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Error with no information when using sso

First post
Author
Padruda Ehinu
Renipran
#1 - 2017-04-07 21:17:57 UTC  |  Edited by: Padruda Ehinu
Hey guys,

I am working on my tool and I keep getting an error where I have no information what went wrong.

I put together my full SSO URL in my app and open it in the default browser.
The URL resulted is like so:
https://sisilogin.testeveonline.com/oauth/authorize?response_type=code&client_id=[my sisi client id]&redirect_uri=https%3A%2F%2Flocalhost%2Fsso&state=1pXEBkDXwpGyMhRsQ9O5Jg6lDe38b4aj&scope=characterContactsRead


- I have made sure the 'redirect_uri' is the same as registered on the developers site hosted on sisi.
- I have made sure the only 'scope' requested is 'characterContactsRead'
- Lately, I made sure the URL parameter are all url-encoded in UTF-8
- Note: the 'state' is auto generated when starting the auth chain

Now, the app (or rather my unit test) opens the tab in my browser and I can log in.
At this point: Sisi only drops me an error ID and that something went wrong. In console I can read about 'data' being empty (??)

What exactly went wrong or how I am able to get the error details?
Padruda Ehinu
Renipran
#2 - 2017-04-08 18:16:01 UTC
Update:

I exchanged the URL from sisi login to tq login and there it works.

That means, it must be a problem lying on sisi in the SSO process.

Maybe a dev will read this and can explain why and wether it will be fixed or not.

Or maybe it is another problem I can't find. Perhaps someone can try his SSO app with sisi URL and confirm.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2017-04-08 19:34:48 UTC
Did you register your app on developers.testeveonline.com ?

If not, your app won't work with sisi.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Padruda Ehinu
Renipran
#4 - 2017-04-09 14:14:05 UTC
Steve Ronuken wrote:
Did you register your app on developers.testeveonline.com ?

If not, your app won't work with sisi.



Of course I did.

The data is registered within my Unit test and my Manager class appends the data to the URL.
that data is for the Sisi environment.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#5 - 2017-04-09 19:07:54 UTC
Just checking, as it's a common mistake, leading to errors on login.

hrm. If it's still acting up, it's probably a problem with the sisi sso. which does happen sometimes. if It continues, you might want to submit a bug report.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Padruda Ehinu
Renipran
#6 - 2017-04-09 20:56:25 UTC
That is what I will have to do.

Thank you Steve. At least someone confirming it isn't my mistake. =)

Btw, where can I create such a report?