Heroku sign-on process asking for lost authenticator code - heroku

How do I associate a QR Code from my Heroku accounts with my android Authentication App being that I am locked out of my account (Catch 22).
It's been a while since I last logged into Heroku and now trying to sign-on,the process is asking for Verification Code from my Authentication App. However, I no longer have the association between the Heroku QR Code and my Authentication App. Everything I do to try in resolve (email support, make a admin request, get to admin settings/QR Code, etc.) requires that I log in first.

Related

Can't generate authentication code to login to Heroku Account

I stupidly deleted my Authenticator app on my mobile phone and now I am unable to login to my Heroku account. Is there any way round this?
I had the same issue.
If you have Multi-Factor Authentication, recovery codes can get you out of lock out.
If you do not have those, the only way is to reach out to Heroku Support. They'll ask some questions to verify your identity, and provide a single recovery code.
Refer to this link for more details.

How to login in Heroku after lost MFA app in mobile

I can not able to add new MFA app in aacount and I lost my mobile where I was install 2FAS authentication app.
I have created ticket in heroku but I still didn't get any response from them.
I have username and password but without MFA code I cannot able to login.
Please help me if any one know.

Application not yet validated by Google

I'm facing an issue with new user authentication.
“Application not yet validated by Google.”
I received few weeks ago an email about new policy.
According to email, we are in internal case so no more action is required.
Did I miss something?
An unverified app is a web application or Apps Script that requests a sensitive OAuth scope, but hasn't gone through the Google verification process. Users of unverified apps or your test builds might get warnings based on the OAuth scopes you're using. This is to protect users and their data from deceptive applications.
You need to go through verification before you launch a user-facing app. You can continue to build and test your application while waiting to complete verification. When your app is successfully verified, the unverified app screen will be removed from your client.
Unverified apps
OAuth Client Verification
internal
Internal apps: if your app is an internal web app for users in the same G Suite domain and the app is associated with a Cloud Organization that all of your users belong to, you don't need to go through verification. Learn more about public and internal applications.
If your new user is seeing this i would suggest you check that they are logging in with their g suite account only those accounts are going to be able to get though the verification requirement.

I keep getting an error that my app needs to be verified when either I or another user try to authorize with OAuth2. What does that mean?

I received this error when trying to authorize my app with my own account:
Your project is trying to access scopes that need to go through the verification process.
{invalid=https://www.googleapis.com/auth/contacts}
If you need to use one of these scopes, submit a verification request. Learn More
When I use a different account, the error message is different:
This app hasn’t been verified to access:
{invalid=https://www.googleapis.com/auth/contacts}
Are you the developer? If this project needs these scopes, sign in to an account with access to edit your project and try again.
If not, contact the developer for help.
As per the announcement on May 11, 2017, publicly available applications with access to certain user data must pass review. If you see an access error for your app, submit a request using our OAuth Developer Verification form.
For personal-use apps and those you are testing, join the Google group Risky Access Permissions By Unreviewed Apps, which allows you to approve data access for personal and testing accounts. See the Google API Services User Data Policy for more information.
UPDATE: Corrected broken link to form.

Google app engine remote python console credentials/login?

Hi I am trying to start remote GAE shell with
python $GAE_SDK_ROOT/remote_api_shell.py -s your_app_id.appspot.com
"You don't need any additional authentication" says the GAE RemoteAPI page,
yet my command fails miserably with HTTP Error 401: Unauthorized Too many auth attempts.
I think I was able to do start it (with various degree of success for different apps) in some remote past, either with gmail credentials or some auth key from google cloud.
Please share your hints, or, ideally, drop a link to easy to follow step by step guide.
Also I cannot access Datastore Admin for that project
in online console
, if I click It invites to sing in, which fails. Recently, I got owner role, yet project was created by a person with a different email domain.

Resources