Skip to content
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

[BUG] RSO missing cpid in userinfo #992

Open
whyando opened this issue Sep 8, 2024 · 1 comment
Open

[BUG] RSO missing cpid in userinfo #992

whyando opened this issue Sep 8, 2024 · 1 comment

Comments

@whyando
Copy link

whyando commented Sep 8, 2024

cpid is missing from the response from https://auth.riotgames.com/userinfo
cpid scope IS specified.

normally https://auth.riotgames.com/userinfo returns { sub, cpid, jti } but just getting { sub }

  • Frequency:
    Not every account is affected. It may only be for new accounts. I am unsure when this bug started occurring.
@colin-jiang
Copy link

Also running into this issue. I can replicate it consistently, only happens when account is new and you need to first click "Authorize", then no matter how many times you retry, /userinfo doesn't return a cpid and only returns { sub }.

(if you restart entire sign in flow then it finally works, but this is not ideal for users forcing them to retry signing in)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants