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
21352858
Commit
21352858
authored
Aug 16, 2021
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applications UI has new Copy button
parent
064e9079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
doc/integration/oauth_provider.md
doc/integration/oauth_provider.md
+12
-6
No files found.
doc/integration/oauth_provider.md
View file @
21352858
...
...
@@ -51,10 +51,13 @@ To add a new application for your user:
1.
In the left sidebar, select
**Applications**
.
1.
Enter a
**Name**
,
**Redirect URI**
and OAuth 2 scopes as defined in
[
Authorized Applications
](
#authorized-applications
)
.
The
**Redirect URI**
is the URL where users are sent after they authorize with GitLab.
1.
Select
**Save application**
. GitLab
display
s:
1.
Select
**Save application**
. GitLab
provide
s:
-
Application ID: OAuth 2 Client ID.
-
Secret: OAuth 2 Client Secret.
-
The OAuth 2 Client ID in the
**Application ID**
field.
-
The OAuth 2 Client Secret, accessible:
-
In the
**Secret**
field in GitLab 14.1 and earlier.
-
Using the
**Copy**
button on the
**Secret**
field
[
in GitLab 14.2 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/332844
)
.
## Group owned applications
...
...
@@ -66,10 +69,13 @@ To add a new application for a group:
1.
On the left sidebar, select
**Settings > Applications**
.
1.
Enter a
**Name**
,
**Redirect URI**
and OAuth 2 scopes as defined in
[
Authorized Applications
](
#authorized-applications
)
.
The
**Redirect URI**
is the URL where users are sent after they authorize with GitLab.
1.
Select
**Save application**
. GitLab
display
s:
1.
Select
**Save application**
. GitLab
provide
s:
-
Application ID: OAuth 2 Client ID.
-
Secret: OAuth 2 Client Secret.
-
The OAuth 2 Client ID in the
**Application ID**
field.
-
The OAuth 2 Client Secret, accessible:
-
In the
**Secret**
field in GitLab 14.1 and earlier.
-
Using the
**Copy**
button on the
**Secret**
field
[
in GitLab 14.2 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/332844
)
.
## Instance-wide applications
...
...
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