movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Need some help setting this up #38

Open adithyakhamithkar opened 9 years ago

adithyakhamithkar commented 9 years ago

Hi,

I cloned the repo and made a copy of the config file, starting the app. I am getting this error message. 2015-07-01T21:39:17.048Z Registered Github authentication for members of organizations: yourorginization 2015-07-01T21:39:17.052Z Registered Google authentication for members of domains: yourdomain.com 2015-07-01T21:39:17.146Z Doorman on duty, listening on port 8085 and proxying to localhost:8080. 2015-07-01T21:39:19.901Z GET 192.168.44.150:8085 / 2015-07-01T21:39:19.904Z User rejected because they haven't authenticated. 2015-07-01T21:39:20.432Z GET 192.168.44.150:8085 /_doorman/css/main.css 2015-07-01T21:39:20.443Z GET 192.168.44.150:8085 /_doorman/icons/github.ico.png 2015-07-01T21:39:20.453Z GET 192.168.44.150:8085 /_doorman/icons/google.ico.png 2015-07-01T21:39:20.455Z GET 192.168.44.150:8085 /_doorman/images/logo.jpg 2015-07-01T21:39:23.028Z GET 192.168.44.150:8085 /oauth/github 2015-07-01T21:39:23.029Z User rejected because they haven't authenticated.

Can some one please help me with this and also how do i put this on nginx, authenticate and this allow access to my app.

Thanks,