Hello,
I eliminated Docker and used iptables to forward to ports 3000 and 6024 and I have nginx working flawlessly the way I expected. I was able to add the Google channel. However, when I login with Google I get the error:
I, [2020-09-15T18:54:29.207604 #2296-47110537067580] INFO – : Started GET “/auth/google_oauth2/callback?state=4bda901134d8eb7cbe0d6be962c70bce9be1127544f25f32&code=[FILTERED]&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid&authuser=0&hd=mydomain.com&prompt=none” for 10.1.1.254 at 2020-09-15 18:54:29 +0000
I, [2020-09-15T18:54:29.213617 #2296-47110537067580] INFO – : (google_oauth2) Callback phase initiated.
F, [2020-09-15T18:54:29.384790 #2296-47110537067580] FATAL – :
F, [2020-09-15T18:54:29.384963 #2296-47110537067580] FATAL – : JWT::InvalidIatError (Invalid iat):
F, [2020-09-15T18:54:29.385015 #2296-47110537067580] FATAL – :
My environment blocks NTP. I had to re-configure the servers NTP servers and after I did this, Google started working.