Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15534294
D8613.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8613.diff
View Options
diff --git a/src/applications/auth/provider/PhabricatorAuthProviderOAuthGoogle.php b/src/applications/auth/provider/PhabricatorAuthProviderOAuthGoogle.php
--- a/src/applications/auth/provider/PhabricatorAuthProviderOAuthGoogle.php
+++ b/src/applications/auth/provider/PhabricatorAuthProviderOAuthGoogle.php
@@ -13,18 +13,20 @@
return pht(
"To configure Google OAuth, create a new 'API Project' here:".
"\n\n".
- "https://code.google.com/apis/console/".
+ "https://console.developers.google.com/".
"\n\n".
- "You don't need to enable any Services, just go to **API Access**, ".
- "click **Create an OAuth 2.0 client ID...**, and configure these ".
- "settings:".
+ "Adjust these configuration settings for your project:".
"\n\n".
- " - During initial setup click **More Options** (or after creating ".
- " the client ID, click **Edit Settings...**), then add this to ".
- " **Authorized Redirect URIs**: `%s`\n".
+ " - Under **APIs & auth > APIs**, scroll down the list and enable ".
+ " the **Google+ API**.\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".
"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);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 11:38 PM (3 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7721672
Default Alt Text
D8613.diff (1 KB)
Attached To
Mode
D8613: Update Google auth documentation to discuss "Google+ API" and new console URI
Attached
Detach File
Event Timeline
Log In to Comment