Closed sergey-program closed 2 years ago
收到勒。。。(-o-)/ (^) 请不要介意这封自动回复。。。。
This is not the correct place to make bug reports for SSO issues, the correct place is: https://github.com/ccpgames/sso-issues (so, I'm going to close it)
This issue looks very similar to https://github.com/ccpgames/sso-issues/issues/76
Edit: Also duplicate of https://github.com/esi/esi-issues/issues/1089 (have workaround)
Bug
PHP code
gives me
It happens when I select all scopes in application, then copy them to auth link. User do auth correctly and I receive access_token and refresh_token, but when I try to get (for example) “/latest/characters/{character_id}/fleet/” it gives "authentication failure".
If I will use only two scopes (in app and in auth link. “esi-fleets.read_fleet.v1 esi-fleets.write_fleet.v1”) it works correctly. So question is, why it;s happening?
Also want to mention if I authenticate in swagger site and do same - it works no matter how much scopes I've seleted.