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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
187ad022
Commit
187ad022
authored
May 04, 2020
by
Ben Bodenmiller
Committed by
Mike Jang
May 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup OAuth2 links between related pages
parent
1035dddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
doc/api/oauth2.md
doc/api/oauth2.md
+1
-1
doc/integration/oauth_provider.md
doc/integration/oauth_provider.md
+2
-0
No files found.
doc/api/oauth2.md
View file @
187ad022
...
...
@@ -4,7 +4,7 @@ This document covers using the [OAuth2](https://oauth.net/2/) protocol to allow
other services to access GitLab resources on user's behalf.
If you want GitLab to be an OAuth authentication service provider to sign into
other services, see the
[
OAuth2 provider
](
../integration/oauth_provider.md
)
other services, see the
[
OAuth2
authentication service
provider
](
../integration/oauth_provider.md
)
documentation. This functionality is based on the
[
doorkeeper Ruby gem
](
https://github.com/doorkeeper-gem/doorkeeper
)
.
...
...
doc/integration/oauth_provider.md
View file @
187ad022
...
...
@@ -5,6 +5,8 @@ to sign in to other services.
If you want to use:
-
The
[
OAuth2
](
https://oauth.net/2/
)
protocol to access GitLab resources on user's behalf,
see
[
OAuth2 provider
](
../api/oauth2.md
)
-
Other OAuth authentication service providers to sign in to
GitLab, see the
[
OAuth2 client documentation
](
omniauth.md
)
.
-
The related API, see
[
Applications API
](
../api/applications.md
)
.
...
...
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