I am trying to use jwt as a third party authentication on my private gitlab
-
I registered a service in rapid connect:
-
I configed gitlab.rb
-
reconfig & restart
-
going to my private gitlab:
jtw option showed up, but after I clicked it, it will redirect me to http://gitlab.juno.aurin.org.au/auth/gitlab which I declared in step 1, obviously, this page doesnt exist, so 404 came up
I think I should redirect the user to the page where the jwt token gets processed, so could someone tell me which page is responsible for this task?
reagrds