bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Need a gitlab redirect uri #532

Open SrilakshmiDoma14 opened 2 years ago

SrilakshmiDoma14 commented 2 years ago

I'm trying to authenticate script server with gitlab. I need some help to find the redirect uri to generate a client id.

Thanks in advance!!

bugy commented 2 years ago

Hi @SrilakshmiDoma14 redirect uri is where your network address/hostname + port, where script server will be running

SrilakshmiDoma14 commented 2 years ago

It's not working. I mapped my network address with dns and gave the url as my redirect uri. I'm getting The redirect URI included is not valid.

bugy commented 2 years ago

Hi @SrilakshmiDoma14, redirect URI is basically your browser URL how you access the script server This redirect URI should be whitelisted in the gitlab itself. If they don't match, then gitlab will refuse to do authentication

hakimoun commented 2 weeks ago

May be late for @SrilakshmiDoma14 but useful for who strugles with Gitlab authentication. I run the app localy, docker container and this callback url works : http://localhost:5000/login.html