diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 21:22:19 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 21:22:19 +0100 |
commit | 6f615500a98c3375d80f5d5aff5b76a8216db0ca (patch) | |
tree | 7fd3aa6f684e6899d375c82420d37c2c05f8056b /doc/integration/oauth_provider.md | |
parent | 97b2d78de8fb0e77d269b75f6058097d439bfabe (diff) | |
download | gitlab-ce-6f615500a98c3375d80f5d5aff5b76a8216db0ca.tar.gz |
Move all integration docs images in a single directory
[ci skip]
Diffstat (limited to 'doc/integration/oauth_provider.md')
-rw-r--r-- | doc/integration/oauth_provider.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md index 192c321f712..dbe5a175c82 100644 --- a/doc/integration/oauth_provider.md +++ b/doc/integration/oauth_provider.md @@ -15,16 +15,16 @@ GitLab has two ways to add new OAuth2 application to an instance, you can add ap ### Adding application through profile Go to your profile section 'Application' and press button 'New Application' -![applications](oauth_provider/user_wide_applications.png) +![applications](img/oauth_provider_user_wide_applications.png) After this you will see application form, where "Name" is arbitrary name, "Redirect URI" is URL in your app where users will be sent after authorization on GitLab.com. -![application_form](oauth_provider/application_form.png) +![application_form](img/oauth_provider_application_form.png) ### Authorized application Every application you authorized will be shown in your "Authorized application" sections. -![authorized_application](oauth_provider/authorized_application.png) +![authorized_application](img/oauth_provider_authorized_application.png) At any time you can revoke access just clicking button "Revoke" @@ -32,4 +32,4 @@ At any time you can revoke access just clicking button "Revoke" If you want to create application that does not belong to certain user you can create it from admin area -![admin_application](oauth_provider/admin_application.png)
\ No newline at end of file +![admin_application](img/oauth_provider_admin_application.png) |