The last released version (6.7.1) use the new Gitlab API endpoint. Answer from david.barragan on community.taiga.io
🌐
GitLab
forum.gitlab.com › how to use gitlab
Oauth application redirect uri - How to Use GitLab - GitLab Forum
August 8, 2017 - Hi! Why I need to include redirect_uri into access_token request url? Here it explains you need to put it and I have tested - it is a mandatory and it needs to be exact same as callback url from Oauth Application. If you do not include it, you will get error “The redirect URI included is ...
Discussions

Gitlab Pages 'The redirect URI included is not valid.'
Here was the fix.. Add back the application for Gitlab Pages Auth Delete the Gitlab Pages dict from gitlab-secrets.json run gitlab-ctl reconfigure It's a bug: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3947/?_gl=1*1viqm3d*_ga*MTUzNzcxOTM0Ny4xNjgxMzQ4NTY2*_ga_ENFH3X7M5Y*MTY4MjUyNTk5OS4zNy4xLjE2ODI1MjYzMDAuMC4wLjA . More on reddit.com
🌐 r/gitlab
5
1
April 25, 2023
"The redirect URI is not valid" during OAuth on on new Gitlab v8.2.2 omnibus installation
I recently installed GitLab v8.2.2 on a new server using the omnibus package. Today, I decided to enable the Mattermost service to try it out. I configured it on its own vhost, e.g. https://chat.mydomain.com, while GitLab runs on https://gitlab.mydomain.com. I have an Apache reverse proxy set ... More on forum.mattermost.com
🌐 forum.mattermost.com
2
0
December 11, 2015
GitLab Duo OAuth login fails: The redirect URI included is not valid
Description: When running /login gitlab-duo in OMP, the browser opens the GitLab OAuth authorize URL and GitLab immediately shows: An error has occurred. The redirect URI included is not valid. Ste... More on github.com
🌐 github.com
2
June 12, 2026
Gitlab Self-hosted Application Redirect URI - Self-managed - GitLab Forum
Hi all! I have been given access to a gitlab self-hosted instance of a team, that is hidden behind a VPN. In order to setup my work, I have created a proxy server (which is deployed in a VM that is connected to the VPN) which redirects all my requests to the gitlab api. More on forum.gitlab.com
🌐 forum.gitlab.com
0
February 6, 2024
🌐
Taiga
community.taiga.io › troubleshooting
Gitlab login: what is the redirect/callback url? - Troubleshooting - Taiga Community
July 9, 2023 - Hi team, I’m setting up Gitlab login for self-hosted Taiga. Following the guidelines, I need to first create a Gitlab application with id and secret to fill in GITLAB_API_CLIENT_ID and GITLAB_API_CLIENT_SECRET accordingly in docker-composel.yml . But I cannot figure out the redirect-url for ...
🌐
Reddit
reddit.com › r/gitlab › gitlab pages 'the redirect uri included is not valid.'
r/gitlab on Reddit: Gitlab Pages 'The redirect URI included is not valid.'
April 25, 2023 -

Hey guys,

I'm working on a migration of our Gitlab CE instance from a docker compose environment to a dedicated EC2 Runner and Server.

I've got everything working so for except Gitlab Pages. I've followed the documentation here: https://docs.gitlab.com/ee/administration/pages/

I've created the following DNS records.

A record for Gitlab git.dev.company.cloud

A record for Gitlab Pages gitdocs.dev.company.cloud

A record for wildcard *.gitdocs.dev.company.cloud

The omnibus configuration file contains: pages_external_url 'http://gitdocs.dev.company.cloud'

I navigate to the pages section of a project and click on the URL. A redirect begins, but instead of sending me to pages it sends me to my user page and displays:

An error has occurred
The redirect URI included is not valid.

The NGINX logs for pages show a 302 redirect, but that is about it...

Any help would be much appreciated!!

🌐
Mattermost
forum.mattermost.com › troubleshooting
"The redirect URI is not valid" during OAuth on on new Gitlab v8.2.2 omnibus installation - Troubleshooting - Mattermost Discussion Forums
December 11, 2015 - I recently installed GitLab v8.2.2 on a new server using the omnibus package. Today, I decided to enable the Mattermost service to try it out. I configured it on its own vhost, e.g. https://chat.mydomain.com, while GitLab runs on https://gitlab.mydomain.com. I have an Apache reverse proxy set ...
🌐
WorkOS
workos.com › docs › integrations › gitlab-oauth
GitLab OAuth – Integrations – WorkOS Docs
2 weeks ago - The Redirect URI serves as the destination for authentication responses and must be configured in your GitLab OAuth application as the redirect URI.
🌐
GitHub
github.com › can1357 › oh-my-pi › issues › 2424
GitLab Duo OAuth login fails: The redirect URI included is not valid · Issue #2424 · can1357/oh-my-pi
June 12, 2026 - Register/update the GitLab OAuth app to include http://localhost:8080/callback and http://127.0.0.1:8080/callback as valid redirect URIs.
Author: can1357
Find elsewhere
🌐
GitLab
forum.gitlab.com › how to use gitlab › self-managed
Gitlab Self-hosted Application Redirect URI - Self-managed - GitLab Forum
February 6, 2024 - Hi all! I have been given access to a gitlab self-hosted instance of a team, that is hidden behind a VPN. In order to setup my work, I have created a proxy server (which is deployed in a VM that is connected to the VPN) which redirects all my requests to the gitlab api.
🌐
Grafana
grafana.com › docs › grafana › latest › setup-grafana › configure-access › configure-authentication › gitlab
Configure GitLab OAuth authentication | Grafana documentation
Create an OAuth application in GitLab. Set the redirect URI to http://<my_grafana_server_name_or_ip>:<grafana_server_port>/login/gitlab.
🌐
Stack Overflow
stackoverflow.com › questions › 76558278 › how-to-set-up-the-redirect-uri-for-a-locally-hosted-application
oauth 2.0 - How to set up the redirect URI for a locally hosted application - Stack Overflow
The idea is that anyone who uses that script will have to first sign in using their gitlab credentials so only the script will be run only on the projects available to them. Can't use a group access token therefore using this by registering the application. Here's my question: What redirect URi ...
🌐
GitLab
gitlab.com › gitlab.org › omnibus-gitlab › #5992
How to use multiple omniauth redirect_uri and multiple openid_connect providers? (#5992) · Issues · GitLab.org / omnibus-gitlab · GitLab
Hello, I have a self hosted gitlab exposed with two different urls ( gitlab.internal.com , gitlab.external.com ) . Is there a way to configure...
🌐
Sonar Community
community.sonarsource.com › sonarqube server / community build
Oauth2 integration with gitlab when sonar is running behind an nginx proxy - SonarQube Server / Community Build - Sonar Community
January 13, 2021 - I followed the instructions to set up the application on both gitlab and sonar. When I attempt to sign in using my gitlab account, I receive the “Redirect URI included is not valid” I pulled the gitlab logs for the request and found the following: “GET /oauth/auth...
🌐
GitLab
forum.gitlab.com › how to use gitlab
GitLab Oauth2 login changes redirect_uri - How to Use GitLab - GitLab Forum
August 28, 2019 - I registered at GitLab (Free account), ... is not valid.” I am definitely sending them a valid redirect URI. I also noticed, that at the GitLab login page, there is the redirect_uri ch......
🌐
GitLab
forum.gitlab.com › how to use gitlab › migrations
GitLab Redirect URI for project import invalid - Migrations - GitLab Forum
July 24, 2021 - I created my own GitLab CE Instance and want to setup the importer for my projects from GitLab.com I followed all steps from Integrate your server with GitLab.com | GitLab (which are quite unclear in my opinion) but when I click on “GitLab.com” in the Import Project View I get redirected to GitLab.com with the error “The redirect URI included is not valid.” I tried various solutions from google (like adding a / at the end) but none of them worked. http://code.xxxx.yyy/import/gitlab/callback h...
🌐
GitLab
docs.gitlab.com › gitlab docs › use gitlab › deploy and release your application › gitlab pages › redirects
GitLab Pages redirects | GitLab Docs
In GitLab Pages, you can configure rules to forward one URL to another using Netlify style HTTP redirects.
🌐
Decap CMS
decapcms.org › docs › gitlab-backend
GitLab | Decap CMS | Open-Source Content Management System
Follow the GitLab docs to add your Decap CMS instance as an OAuth application. For the Redirect URI, enter https://api.netlify.com/auth/done, and check the box for api scope.
🌐
GitLab
docs.gitlab.com › gitlab docs › contribute › contribute to documentation › redirects
Redirects in GitLab documentation | GitLab Docs
In https://gitlab.com/gitlab-org/customers-gitlab-com, search for full URLs: ... If you want to move a file from one location to another, you do not move it. Instead, you duplicate the file, and add the redirect code to the old file.