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.
 

Access mask for char/CharacterSheet.xml.aspx with SSO

Author
Pestoya
Caldari Provisions
Caldari State
#1 - 2016-09-26 16:41:12 UTC
Hello,

I'm fully migrating my app from Api key to SSO token. But i'm not able to get the same access as before, by example, to access to : https://api.eveonline.com/char/CharacterSheet.xml.aspx?accessToken=xxx AccessMask 8 is needed, In SSO i've ask for all the rights availables, hoping to have the full access mask:


"characterAccountRead"
+ " characterAssetsRead"
+ " characterBookmarksRead"
+ " characterCalendarRead"
+ " characterChatChannelsRead"
+ " characterClonesRead"
+ " characterContactsRead"
+ " characterContactsWrite"
+ " characterContractsRead"
+ " characterFactionalWarfareRead"
+ " characterFittingsRead"
+ " characterFittingsWrite"
+ " characterIndustryJobsRead"
+ " characterKillsRead"
+ " characterLocationRead"
+ " characterLoyaltyPointsRead"
+ " characterMailRead"
+ " characterMarketOrdersRead"
+ " characterMedalsRead"
+ " characterNavigationWrite"
+ " characterNotificationsRead"
+ " characterOpportunitiesRead"
+ " characterResearchRead"
+ " characterSkillsRead"
+ " characterStatsRead"
+ " characterWalletRead"
+ " corporationAssetsRead"
+ " corporationBookmarksRead"
+ " corporationContactsRead"
+ " corporationContractsRead"
+ " corporationFactionalWarfareRead"
+ " corporationIndustryJobsRead"
+ " corporationKillsRead"
+ " corporationMarketOrdersRead"
+ " corporationMedalsRead"
+ " corporationMembersRead"
+ " corporationShareholdersRead"
+ " corporationStructuresRead"
+ " corporationWalletRead"
+ " fleetRead"
+ " fleetWrite"
+ " publicData"
+ " remoteClientUI"
+ " structureVulnUpdate"


But i receive an error:
Quote:
Illegal page request! Please verify the access granted by the key you are using!


I've try with another service, that's working fine, so the problem is just the scope. However i was expecting to have the full list of scopes from the page https://developers.eveonline.com/applications/details/xx

Anyone know what i'm missing to get access to this old xml api ?
Pestoya
Caldari Provisions
Caldari State
#2 - 2016-09-26 18:35:26 UTC
I've found another post with the same interrogation whitout response: https://forums.eveonline.com/default.aspx?g=posts&m=6567619
?
Salgare
Center for Advanced Studies
Gallente Federation
#3 - 2016-09-26 19:30:09 UTC  |  Edited by: Salgare
Pestoya
Caldari Provisions
Caldari State
#4 - 2016-09-26 19:56:43 UTC


Thanks for link, i've already look at this doc, and the access mask '8' is not covered for character api by sso scopes.