0

I am trying to use the URL of my AWS EC2 instance for my Authorized redirect URI but I am receiving an error: 'Invalid Redirect: must use a domain that is a valid top private domain '

What are my options?

This is the AWS URL I am trying to add:

http://ecx-x-xx-xxx-xxx.compute-1.amazonaws.com:5000/user/google/callback

1 Answers1

0

You do not own amazonaws.com. You must use a domain that you own/control. In most cases that means purchasing your own domain name. You must also have published a working website with that domain.

OAuth Client Verification Requirements

Verify your site ownership

OAuth API verification FAQs

John Hanley
  • 74,467
  • 6
  • 95
  • 159