script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Need a gitlab redirect uri

Open SrilakshmiDoma14 opened this issue 3 years ago • 4 comments

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!!

SrilakshmiDoma14 avatar Mar 02 '22 13:03 SrilakshmiDoma14

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

bugy avatar Mar 02 '22 14:03 bugy

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.

SrilakshmiDoma14 avatar Mar 04 '22 12:03 SrilakshmiDoma14

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

bugy avatar Mar 07 '22 09:03 bugy