These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Testing SSO in an offline environment & ESI Authentication code
Developer of EVEmail
POST https://login.eveonline.com/oauth/token HTTP/1.1Authorization: Basic bG9...ZXQ=Content-Type: application/x-www-form-urlencodedHost: login.eveonline.comgrant_type=authorization_code&code=gEyuYF_rf...ofM0
$.post("https://login.eveonline.com/oauth/token",{ //pass info to post to server here });
POST https://login.eveonline.com/oauth/token HTTP/1.1Authorization: Basic YOUR_ENCODED_CLIENTID:CLIENT_SECRETContent-Type: application/jsonHost: login.eveonline.com{ "grant_type":"authorization_code", "code":"YOUR_AUTH_CODE_FROM_SSO"}