I know that its possible to log into gitlab with external providers such as github but I was wondering if it can be used to authenticate users from my application.
Is there an oauth endpoint that I can use.
I know that its possible to log into gitlab with external providers such as github but I was wondering if it can be used to authenticate users from my application.
Is there an oauth endpoint that I can use.
It should be possible since the suggestion "Oauth system for third party application" seems completed with GitLab 7.7 (which is to be released)
See the diff between GitLab 7.6 and 7.7 and:
February 2016 edit, complementary links:
No, it is not. Currently the only supported scope is
api
which gives the authentication client full access to everything in the user's name. See https://gitlab.com/gitlab-org/gitlab-ce/issues/22323 to track progress.