You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: