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.
 

SSO works with Sisi but not TQ

First post
Author
Agnahr
Hedion University
Amarr Empire
#1 - 2015-08-25 22:12:17 UTC
Hi! I've been playing with the CREST API and as such I've managed to login to Sisi using SSO with the following url where [MuClientID] is my actual client ID as given by the developer web site for my App:

https://sisilogin.testeveonline.com/oauth/authorize/?client_id=[MyClientID]&redirect_uri=http://127.0.0.1:8080/Callback&response_type=code&scope=publicData

This opens my default browser and redirects me to a login page. I enter my Eve online username and password and all is fine. However, when I try against Tranquility with:

https://login.eveonline.com/oauth/authorize/?client_id=[MyClientID]&redirect_uri=http://127.0.0.1:8080/Callback&response_type=code&scope=publicData

I don't even get as far the login page. I get the following response in my browser:

{"error":"invalid_client", "error_description":"Unknown client"}

It's the same error I get if I put a wrong client_id when connecting to Sisi. So is Tranquility not aware of my app client id and secret key for some reason? Am I missing something here?
Dragonaire
Here there be Dragons
#2 - 2015-08-25 23:44:19 UTC
Test server and live don't use the some account info you have to setup an SSO account for each of them as far as I know.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2015-08-26 02:12:58 UTC
Dragonaire wrote:
Test server and live don't use the some account info you have to setup an SSO account for each of them as far as I know.



This is entirely correct.

You need to register a new SSO application on http://developers.eveonline.com/ to work with TQ based SSO.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Agnahr
Hedion University
Amarr Empire
#4 - 2015-08-26 18:56:48 UTC
In all that time I never realised there were 2 developer web site. So I've set up my app for TQ and I am all sorted now. Big smileBig smileBig smile

Thanks a lot Steve and Dragonaire.