user5666467
user5666467

Reputation: 21

Can't add aws-ec2 instance as an authorized redirect URI in google developer's console

I added amazonaws.com as an authorized domain, but I still can't add my ec2 instance as the redirect URI. How could this be accomplished?

enter image description here enter image description here

Upvotes: 0

Views: 905

Answers (1)

kmcodes
kmcodes

Reputation: 857

You need to own a domain and then point it to your server (ec2 address above). If you already own the domain, then see the process for pointing the domain to a server in your domain registrar. Then use that url for redirect after auth.

Upvotes: 2

Related Questions