Hi all
I am fiddling with my own little project where i would like to authenticate through EVE Online SSO.
From my own domain i redirect to https://login.eveonline.com/oauth/authorize and are presented with the EVE Online login screen for SSO, i type in my username and password click authenticate and than i am presented with a HTTP 400 error code.
URL at http 400 error
https://login.eveonline.com/oauth/authorize/?response_type=code&redirect_url=https://mydomain.dk/EVESSO/ccpcallback&client_id=CLIENT_ID&scope=characterWalletRead&state=RANDOM_STRING
HTTP 400 represents a client error, which i am thinking is something trivial but i cannot se where anymore.
The CLIENT_ID value is the value given by CCP from the application manager, which i here have taken out.
Any and all feedback / advice are most welcome.
Thanks in advance
It should be redirect_uri
not redirect_url
. Notice the i vs l.
Also that scope does not exist. It would be esi-wallet.read_character_wallet.v1
1 Like
Thanks for the reply Blacksmoke16
What is the difference between characterWalletRead and esi-wallet.read_character_wallet.v1?
characterWalletRead
is a scope for CREST, which is deprecated in favor of ESI, of which esi-wallet.read_character_wallet.v1
is for.
system
(system)
Closed
June 1, 2018, 1:08am
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.