The latest release of gitlab CE 11.11 is integrated with openid_connect. I followed this page https://docs.gitlab.com/11.11/ce/administration/auth/oidc.html to set up the configuration, and restarted gitlab. I was able to see the OAuth login logo, but if i click it, gitlab gives me a 404 page. Here's the log:
==> /var/log/gitlab/gitlab-rails/production.log <==
Started POST "/users/auth/openid_connect" for 116.230.93.230 at 2019-05-23 05:32:24 +0000
Processing by OmniauthCallbacksController#passthru as HTML
Parameters: {"authenticity_token"=>"[FILTERED]"}
Completed 404 Not Found in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms)
==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"POST","path":"/users/auth/openid_connect","format":"html","controller":"OmniauthCallbacksController","action":"passthru","status":404,"duration":9.78,"view":0.2,"db":0.0,"time":"2019-05-23T05:32:24.975Z","params":[{"key":"_method","value":"post"},{"key":"authenticity_token","value":"[FILTERED]"}],"remote_ip":"116.230.93.230","user_id":null,"username":null,"ua":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36","queue_duration":null,"correlation_id":"Y3Ln4ODRpw6"}
I'm new to Ruby and Gem. Anyone knows how to fix it?
Hi all,
The latest release of gitlab CE 11.11 is integrated with openid_connect. I followed this page https://docs.gitlab.com/11.11/ce/administration/auth/oidc.html to set up the configuration, and restarted gitlab. I was able to see the OAuth login logo, but if i click it, gitlab gives me a 404 page. Here's the log:
==> /var/log/gitlab/gitlab-rails/production.log <== Started POST "/users/auth/openid_connect" for 116.230.93.230 at 2019-05-23 05:32:24 +0000 Processing by OmniauthCallbacksController#passthru as HTML Parameters: {"authenticity_token"=>"[FILTERED]"} Completed 404 Not Found in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms)
==> /var/log/gitlab/gitlab-rails/production_json.log <== {"method":"POST","path":"/users/auth/openid_connect","format":"html","controller":"OmniauthCallbacksController","action":"passthru","status":404,"duration":9.78,"view":0.2,"db":0.0,"time":"2019-05-23T05:32:24.975Z","params":[{"key":"_method","value":"post"},{"key":"authenticity_token","value":"[FILTERED]"}],"remote_ip":"116.230.93.230","user_id":null,"username":null,"ua":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36","queue_duration":null,"correlation_id":"Y3Ln4ODRpw6"}
I'm new to Ruby and Gem. Anyone knows how to fix it?
Thanks in advance.