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.
 

3rd party application set-up time?

First post
Author
Stable Cusp
School of Applied Knowledge
Caldari State
#1 - 2015-01-18 12:20:22 UTC
Is there a delay between setting up an application in developers.eveonline.com and accessing the SSO?

ie, I have an app, and got client ID=932ddefcecd64ef3a55d1b1fc05ef715
I request https://sisilogin.testeveonline.com/oauth/authorize/?response_type=code&redirect_uri=http://[redacted]&client_id=932ddefcecd64ef3a55d1b1fc05ef715&state=testState
I receive {"error":"invalid_client", "error_description":"Unknown client"}

similar result using pycrest.auth_uri. I thought it might be a downtime type thing, but it's been 24 hours.

Or is there some other form of magic to the client id string than the 32-character hexadecimal number?
Pete Butcher
The Scope
Gallente Federation
#2 - 2015-01-18 12:36:22 UTC
You're using the login url for sisi instead of tranquility. The proper url is somewhere in the developer blog (sorry, can't remember it now).

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Pete Butcher
The Scope
Gallente Federation
#3 - 2015-01-18 13:18:00 UTC
Found it: https://login-tq.eveonline.com

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Stable Cusp
School of Applied Knowledge
Caldari State
#4 - 2015-01-18 16:41:27 UTC
Pete Butcher wrote:


Thanks. I tried the tq address first, and figured I was getting invalid client there because authentication was not "live" there yet.

Since both servers give the same response, I figure that either I am presenting the wrong client ID or the client ID requires further processing on their end to become valid.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#5 - 2015-01-18 17:55:19 UTC
The sisi details need to be set up on https://developers.testeveonline.com/ to work. Different vlients for dev and live.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Stable Cusp
School of Applied Knowledge
Caldari State
#6 - 2015-01-18 18:46:44 UTC
Steve Ronuken wrote:
The sisi details need to be set up on https://developers.testeveonline.com/ to work. Different vlients for dev and live.


Thanks. The live server is now returning a legit code, although pycrest seems to be a lot better at validating it than I am.

I don't suppose there's a convenient place where these little tidbits of information are compiled? I mean, other than reading forum posts and all of their replies.