Hello,
I am trying to configure Applinks to have "Outgoing authentication" using the Google Oauth.
The application I am trying to reach behind the Google Oauth is Phabricator
I have the oauth informations, but I do not know how to match them with what required by the UI.
Service Provider Name. -> Any name? i.e. `phabricator`?
Consumer Key -> `client_id`? for instance `XXXXXXX-YYYYYYYYYYYY.apps.googleusercontent.com`
Shared Secret -> `client_secret`? for instance `UmFiRCxXXXXXXXXEhwA
Request Token URL -> ???
Access Token URL -> ???? `token_uri`? for instance `https://oauth2.googleapis.com/token`
Authorize URL -> ???? `auth_uri`? for instance `https://accounts.google.com/o/oauth2/auth`
Also, no matter what I add, I have 0 feedback on whether the link works or not. How to I verify whether it works? And how do I get logs or error messages?