-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSO Will Not Migrate v1 --> v2 for Some (Valid) Tokens #73
Comments
I can confirm this. We are running a large site with for my alliance and when converting about 1,300 valid v1 tokens we had a failure rate of about 3%. We have chosen to remove the failed tokens and force our users to re-add missing tokens, but that approach might not work for everyone. |
On Behalf of some Alliance Auth installs that were willing to share their statistics with us, i can report that we have similar experiences. Statistics from 18 Installs. 2.282% failure rate from CCP on this migration endpoint for tokens that still continue to operate normally under v1 Happy to provide more detailed information on the EVE Online Partner Discord where this has been discussed previously, at joel.falknau@gmail.com, or discord: Ariel Rin#7464 |
Can you reproduce and send me a timestamp and originating IP address for me to look at? |
Apologies from me, I cleared out these v1 tokens expecting them to die November 1st as notified. I have passed your request on to the rest of the Alliance Auth community and therefore entities sysadmins. It's not likely, since we moved onto V2 refreshing all tokens by default and only kept the v1 code as a fallback in the migration for this specific issue, not normal operation. |
With CCP finally fixing the Esi any chance this program will work again? i usually get a blank screen after trying to add character |
Bug
PLEASE DO NOT REMOVE THE V1 SSO UNTIL YOU FIX THIS EXTREMELY PROBLEMATIC BUG!
Some v1 tokens, despite being perfectly valid (v1 SSO continues to permit refreshes) fail to migrate to v2 when passed to the v2 endpoint. They can still be refreshed using v1 after this failure.
I can provide examples of such tokens on request. Please email me at prometheussatyen@gmail.com, contact me on TweetFleet Slack (you can find me in #esi or #sso) or contact me on Discord: Prometheus Satyen#3345
Reproduction Steps
Attempt Refresh of Token with v1 SSO:
Response looks fine, gives a 200 OK:
Now, attempt to migrate to v2:
Response is a failure (400 Bad Request):
And let's try refresh it with v1 again:
Response looks fine, gives a 200 OK:
🤔
Actual Behaviour
Token fails to migrate.
Expected Behaviour
Token should migrate.
The text was updated successfully, but these errors were encountered: