repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
517 stars 106 forks source link

Url error with GitLab auth #643

Open craig-mcmahon opened 1 year ago

craig-mcmahon commented 1 year ago

I am trying to add a package from GitLab and am getting the following error in GitLab after the redirect

The redirect URI included is not valid.

This occurs when trying to add a package, and when trying to login with GitLab from https://repo.repman.io/login

binnsr commented 5 months ago

This happens to me with a self-hosted Repman install as well, regardless of which of the three URIs specified in the standalone documentation I specify in the Group Application entry in Gitlab.

https://your-domain.local/auth/gitlab/check
https://your-domain.local/register/gitlab/check
https://your-domain.local/user/token/gitlab/check

I substituted in my repman DNS for your-domain.local of course. I also tried https://your-domain.local/* with the same results