I am trying to implement Social Login ( Google Apps) on my application (self hosted) and have a few queries:
(As suggested I am using this as a guide: https://fuzziebrain.com/content/id/1709/ Which is based on an earlier version (beta?)
1. What do I enter in this: (My application is using ORDS/Apache/Oracle XE/Linux)
Authorized redirect URIs
For use with requests from a web server. This is the path in your application that users are redirected to after they have authenticated with Google. The path will be appended with the authorization code for access. Must have a protocol. Cannot contain URL fragments or relative paths. Cannot be a public IP address.
2. Discovery URL
Is this whole process documented someplace?
Thanks.