When I make a GET call to https://api.codechef.com/oauth/authorize using request of the following format
https://api.codechef.com/oauth/authorize?response_type=code&client_id=your_client_id&state=xyz&redirect_uri=http://yourdomain.com
I am asked to authorize the application when I am logged in with my CodeChef account but when some other user logs in, the authorization page is not displayed. It just doesn’t display anything. The above url doesn’t load anything at all.
Is it that only the user whose client id is used is allowed to authorize the application or is there an error at my end? Any help would be highly appreciated.
Also, I request the other participants to try to authorize their application with someone else’s account and see if they face the same problem.