Welcome! Log In Create A New Profile

Advanced

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

August 05, 2019 04:30AM
Hi Folks,

Really no solution for this? Can someone please help?

Now I am seeing beloe error in access.log and my file is like this

11.22.33.44 - - [05/Aug/2019:14:50:58 +0530] "POST /connect/token HTTP/1.1" 404 191 "https://test.example.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36"

location = /connect/token {
internal;
proxy_set_header Authorization "bearer xxxxx";
proxy_set_header Content-Type "application/x-www-form-urlencoded";
proxy_method POST;
# proxy_pass_header Authorization;
proxy_pass https://test.example.net:99/connect/token;
}
Subject Author Posted

Need help on Oauth-2.0 Token with Nginx reverse proxy

blason July 30, 2019 11:25PM

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

blason July 30, 2019 11:27PM

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

blason July 30, 2019 11:41PM

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

blason August 05, 2019 04:30AM

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

blason August 05, 2019 04:30AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 119
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready