mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Update Google auth documentation to discuss "Google+ API" and new console URI
Summary: Fixes T4451. See also D8612. Test Plan: Viewed panel and read text, saw it matched up with the new console. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4451 Differential Revision: https://secure.phabricator.com/D8613
This commit is contained in:
parent
beccedb57c
commit
750c872839
1 changed files with 10 additions and 8 deletions
|
@ -13,18 +13,20 @@ final class PhabricatorAuthProviderOAuthGoogle
|
||||||
return pht(
|
return pht(
|
||||||
"To configure Google OAuth, create a new 'API Project' here:".
|
"To configure Google OAuth, create a new 'API Project' here:".
|
||||||
"\n\n".
|
"\n\n".
|
||||||
"https://code.google.com/apis/console/".
|
"https://console.developers.google.com/".
|
||||||
"\n\n".
|
"\n\n".
|
||||||
"You don't need to enable any Services, just go to **API Access**, ".
|
"Adjust these configuration settings for your project:".
|
||||||
"click **Create an OAuth 2.0 client ID...**, and configure these ".
|
|
||||||
"settings:".
|
|
||||||
"\n\n".
|
"\n\n".
|
||||||
" - During initial setup click **More Options** (or after creating ".
|
" - Under **APIs & auth > APIs**, scroll down the list and enable ".
|
||||||
" the client ID, click **Edit Settings...**), then add this to ".
|
" the **Google+ API**.\n".
|
||||||
" **Authorized Redirect URIs**: `%s`\n".
|
" - Under **APIs & auth > Credentials**, click **Create New Client".
|
||||||
|
" ID** in the **OAuth** section. Then use these settings:\n".
|
||||||
|
" - **Application Type**: Web Application\n".
|
||||||
|
" - **Authorized Javascript origins**: Leave this empty.\n".
|
||||||
|
" - **Authorized redirect URI**: Set this to `%s`.\n".
|
||||||
"\n\n".
|
"\n\n".
|
||||||
"After completing configuration, copy the **Client ID** and ".
|
"After completing configuration, copy the **Client ID** and ".
|
||||||
"**Client Secret** to the fields above.",
|
"**Client Secret** from the Google console to the fields above.",
|
||||||
$login_uri);
|
$login_uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue