I've got a user who is reporting an issue:

enter image description here

The app is asking him to log in, even though they're already logged in to StackExchange. Regardless of how many times they log in, the message is the same.

The auth URL I'm using is:

https://stackexchange.com/oauth/dialog?client_id=74&redirect_uri=http%3a%2f%2fwww.withoutthesarcasm.com%2fstackapps%2fbadge%2f&scope=&response_type=token&state=&returnurl=%2foauth%2fdialog%3fclient_id%3d74%26redirect_uri%3dhttp%253a%252f%252fwww.withoutthesarcasm.com%252fstackapps%252fbadge%252f%26scope%3d%26response_type%3dtoken%26state%3d

If I click this link I'm taken to the "correct" authorization screen, and if I've previously authorized the app, I'm immediately redirected.

I've also sent the user to a different tool's access_token generation page, and they get this same loop.

What could be going wrong here?

link|improve this question
Sounds like a JS error is being encountered before the OpenID buttons are loaded. Extensions could be causing problems, or anything blocking communication with stackauth.com. – Kevin Montrose Jan 25 at 3:23
feedback

You must log in to answer this question.

Browse other questions tagged