Skip to content

Update oauth2.md in order to use the right url to get OAuth Token

What does this MR do?

I'm changing the url called in get request to obtain token. It says on docs that the current url should be gitlab.example and actually with a example scoped I cannot get the token, so the url called is the general api url gitlab.com as we can see on the change that I proposed.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alexandre Magno Teles Zimerer

Merge request reports