Skip to content
Snippets Groups Projects
Commit 20477eb5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'update_oauth_documentation' into 'master'

Update oauth documentation

See merge request !1411
parents 0166d8d8 d5ae521c
No related branches found
No related tags found
No related merge requests found
Loading
@@ -14,7 +14,7 @@ To enable the GitHub OmniAuth provider you must register your application with G
Loading
@@ -14,7 +14,7 @@ To enable the GitHub OmniAuth provider you must register your application with G
- Application name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive. - Application name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive.
- Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com' - Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com'
- Application description: Fill this in if you wish. - Application description: Fill this in if you wish.
- Authorization callback URL: 'https://gitlab.company.com/users/auth/github/callback' - Authorization callback URL: 'https://gitlab.company.com/'
1. Select "Register application". 1. Select "Register application".
   
1. You should now see a Client ID and Client Secret near the top right of the page (see screenshot). Keep this page open as you continue configuration. ![GitHub app](github_app.png) 1. You should now see a Client ID and Client Secret near the top right of the page (see screenshot). Keep this page open as you continue configuration. ![GitHub app](github_app.png)
Loading
Loading
doc/integration/github_app.png

73.8 KiB | W: | H:

doc/integration/github_app.png

73.5 KiB | W: | H:

doc/integration/github_app.png
doc/integration/github_app.png
doc/integration/github_app.png
doc/integration/github_app.png
  • 2-up
  • Swipe
  • Onion skin
Loading
@@ -99,6 +99,11 @@ To make sure you didn't miss anything run a more thorough check with:
Loading
@@ -99,6 +99,11 @@ To make sure you didn't miss anything run a more thorough check with:
   
If all items are green, then congratulations upgrade is complete! If all items are green, then congratulations upgrade is complete!
   
### 8. GitHub settings (if applicable)
If you are using GitHub as an OAuth provider for authentication, you should change the callback url so that it
only contains a root url (ex. `https://gitlab.my-company-com/`)
## Things went south? Revert to previous version (7.6) ## Things went south? Revert to previous version (7.6)
   
### 1. Revert the code to the previous version ### 1. Revert the code to the previous version
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment