Parameters for using GitLab login with auth0

I want to use my GitLab account ( https://gitlab.com ) as a Social Connection for auth0.

This is because I want to add a GitLab login to the authentication destination of the application I’m currently developing that authenticates with auth0.

When I tried to create a Custom Connection from the auth0 admin page, I found out that the following parameters are required.

  • Authorization URL
  • Token URL
  • Scope
  • Client ID
  • Client Secret

I was able to get the Client ID, Client Secret, and Scope by creating an application from https://gitlab.com/oauth/applications/.

However, I did not know what the Authorization URL and Token URL would be.

Can you please tell me?

Look at the JSON at https://gitlab.com/.well-known/openid-configuration

1 Like