-
-
Notifications
You must be signed in to change notification settings - Fork 429
Description
Description
I've set up everything as closely as per insturctions, and when trying to authenticate with Twitter, I'm getting this at https://comments.mydomain.com/auth/twitter/login?from=https%3A%2F%2Fcomments.mydomain.com%2Fweb%2Fiframe.html%3FselfClose&site=reactlibs
{
error: "failed to get request token"
}After some local debugging, it appeared the Twitter retuns an error during the initial attempt of getting a token from it. I suppose it's been a while since someone checked on it.
Remark 42 is still using the Twitter icon instead of the new X icon. Probably something has changed besides the name, and surprising Twitter asked me for money for using their API whereas attempting to hide the "free" button.
Overall, I'm just letting you know that it's no longer working as expected.
Microsoft Issue
Besides Twitter, Microsoft authentication also didn't work from the start, failing with the request is not valid error.
This Stackoverflow answer helped me to get it rolling:
You can simply go to the portal Azure panel, open the Manifest section, and change the signInAudience's value from PersonalMicrosoftAccount to AzureADandPersonalMicrosoftAccount. If it doesn't exist, create both key and value.
I'd recommend to add this to the docs.