BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
158b640e
Commit
158b640e
authored
Jun 08, 2017
by
Kanchana Wickremasinghe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update google.md
parent
1490d65e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
google.md
doc/integration/google.md
+15
-0
No files found.
doc/integration/google.md
View file @
158b640e
...
...
@@ -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