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
Léo-Paul Géneau
gitlab-ce
Commits
d1e951c3
Commit
d1e951c3
authored
Feb 13, 2017
by
Joe Marty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust doc formatting
parent
6d756b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/integration/oauth2_generic.md
doc/integration/oauth2_generic.md
+4
-4
No files found.
doc/integration/oauth2_generic.md
View file @
d1e951c3
...
...
@@ -21,6 +21,7 @@ This strategy is designed to allow configuration of the simple OmniAuth SSO proc
-
It has not been tested with user information formats other than JSON
### Config Instructions
1.
Register your application in the OAuth2 provider you wish to authenticate with.
The redirect URI you provide when registering the application should be:
...
...
@@ -38,15 +39,14 @@ This strategy is designed to allow configuration of the simple OmniAuth SSO proc
For Omnibus package:
```
sh
sudo
editor /etc/gitlab/gitlab.rb
sudo
editor /etc/gitlab/gitlab.rb
```
For installations from source:
```
sh
cd
/home/git/gitlab
sudo
-u
git
-H
editor config/gitlab.yml
cd
/home/git/gitlab
sudo
-u
git
-H
editor config/gitlab.yml
```
1.
See
[
Initial OmniAuth Configuration
](
omniauth.md#initial-omniauth-configuration
)
for initial settings
...
...
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