Heroku login issue; Salesforce cannot complete request - authentication

when I try to login to my Heroku account, after I enter my 2FA code, I get the green 'checkmark' as usual, but afterwards I am greeted with a Salesforce error screen, saying 'Problem Approving Your Request'.
Error Message Salesforce
I have tried multiple times over the span of an hour, but I still get the same error...
Is it an issue on my side? or is something broken at Heroku?
Thanks

I got this exact problem when using Waterfox. I switched to Chrome and was able to log in. If you're using a non-tracking kind of browser that might be the problem.

Related

How to fix authentication error code 10000 in cloudflare

There is problem, i keep encountering in cloudflare. It says - authentication error (code 10000) while logging to my cloudflare dashbord.
don't know why that's happen,but
i searched for that problem on google,ask cloudflare help center, but did't get any response till now. I tried clearing catch, restart my device again, but still getting that error.
could any one please help me know, why i'm getting this error and how could solve this authentication error code 10000 because i'm unable to logged into my cloudflare account, i ran website and manage all thing from their
You will need to assign the right permission to your user, that is trying to access cloudflare.
Here is their Api permissions doc:
https://developers.cloudflare.com/api/tokens/create/permissions/

KeystoneJS - stuck on login page

I recently started working with KeystoneJS, walked away for a week, and now I can't log back into my admin dashboard.
Behaviour:
Enter a valid username and password, observe a 200 success response, and no error message in the console or on-screen. Unable to access any other path than:
http://localhost:3000/admin/signin
Enter a bad credential and get notice that the username or password are incorrect (indicates that the service is working)
It seems like the credentials are accepted based on the payload (which returns my password in plaintext and that feels weird). Is this a well-known issue tripping up a newbie? Or something different?
For me, this was an npm command line issue. Instead of using npm start I found npm run dev to work. For my development purpose, that resolves this issue. May come up on live, as I've seen it reported in the KeystoneJS Slack as well.

Cant log in to mailgun account. "The CSRF session token is missing."

When I try to log in to our mailgun account I get the error message
The CSRF session token is missing.
I cannot start a support ticket without logging in. When I try to recover our account, it leads to an invalid url.
Any suggestions? Can anyone put me through to the support desk of mailgun?
Thanks
wf51
Use Firefox. In Chrome and Safari I have the same problem, but Firefox works fine.
Works on Chrome 77.0.3865.90 but does not work on Firefox 60.9.0 for me. Just tried today

Google Authentication error "500. That’s an error"

Since about 1 week ago I'm getting consistently 500. That’s an error from accounts.google.com side when trying to authenticate with Google.
The first request to
https://accounts.google.com/o/oauth2/auth?scope=openid%20email%20https://adwords.google.com/api/adwords/%20https://www.googleapis.com/auth/drive%20https://spreadsheets.google.com/feeds%20https://docs.google.com/feeds&response_type=token&redirect_uri=https://<XXXXXX>/&state=<XXXX>2&client_id=<MY_CLIENT_NUMBER>.apps.googleusercontent.com&hd=
returns 200, but then the second request to
https://accounts.google.com/signin/oauth?hd&client_id=<app_id>.apps.googleusercontent.com&as=-XXXXXX&nosignup=1&destination=https://<my_app_uri>&approval_state=<somewhatrandomstate>&xsrfsig=<signature>
almost always fails with 500.
I'm using Java Google API client version 1.22.0 and my application is deployed on AWS (region eu-central-1). I'm currently signed in to multiple google accounts, so Account Chooser is triggered.
Any ideas what could be the problem? This auth flow worked fine for long time before then.
The problem was a very slight change of behavior on Google side. Mainly handling hd parameter. Before this change hd parameter was accepted even empty, but now when it's empty it usually ends up with status code 500.

Authentication error in OAuth Sample Google Toolbox app

I've ran into a problem and I don't know how to fix it. I've searched around to see if other people are having this issue but I can't find anything relative to my error. I'm using the OAuthSample example app. The google login works great but not the twitter login. The error that I'm getting is
Authentication error: Error Domain=com.google.HTTPStatus Code=401 "The operation couldn’t be completed. (com.google.HTTPStatus error 401.)"
I've filled in myConsumerKey and myConsumerSecret correctly so I don't understand what the deal is. The modal drop down window will not even drop down and load the url page so I can put the twitter username and password.
I've figured it out. You have to put a callback url in the twitter settings or the authentication will fail.