[SOLVED] Parameters for OAuth client

For anyone who is also struggling, these are the URL Parameters that worked for me, as i tried today:

          'authorize_url' => '/oauth/authorize',
          'token_url' => '/oauth/access_token',
          'user_info_url' => '/api/v4/users/me'

Source: Use MM as oauth2 provider for GitLab

1 Like