Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
72c2f3c1
Commit
72c2f3c1
authored
Jun 09, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-17' into 'master'
Update google.md See merge request !12010
parents
32059018
158b640e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/integration/google.md
doc/integration/google.md
+15
-0
No files found.
doc/integration/google.md
View file @
72c2f3c1
...
...
@@ -72,6 +72,21 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
1.
Change 'YOUR_APP_SECRET' to the client secret from the Google Developer page from step 10.
1.
Make sure that you configure GitLab to use an FQDN as Google will not accept raw IP addresses.
For Omnibus packages:
```ruby
external_url 'https://gitlab.example.com'
```
For installations from source:
```yaml
gitlab:
host: https://gitlab.example.com
```
1.
Save the configuration file.
1.
[
Reconfigure
][]
or
[
restart GitLab
][]
for the changes to take effect if you
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment