Hi Daniel,

Afaik, proxy auth was not ported to the Cluster-IF. Might be worthwhile 
re-checking the sources, but you'd probably have to switch to another method. 

Wish I had better news

Best
   Sebastian 

Von meinem iPhone gesendet

> Am 19.09.2016 um 22:49 schrieb Daniel Holth <dho...@gmail.com>:
> 
> Having trouble getting proxy_authentication working on 2.0.0-rc1-vote
> Docker, with local.ini containing:
> 
> [httpd]
> authentication_handlers = {couch_httpd_oauth,
> oauth_authentication_handler}, {couch_httpd_auth,
> cookie_authentication_handler}, {couch_httpd_auth,
> proxy_authentification_handler}, {couch_httpd_auth,
> proxy_authentication_handler}, {couch_httpd_auth,
> default_authentication_handler}
> 
> or
> 
> [httpd]
> authentication_handlers = {couch_httpd_oauth,
> oauth_authentication_handler}, {couch_httpd_auth,
> cookie_authentication_handler}, {couch_httpd_auth,
> proxy_authentication_handler}, {couch_httpd_auth,
> default_authentication_handler}
> 
> _session always says:
> 
> {"ok":true,"userCtx":{"name":"admin","roles":["_admin"]},"info":{"authentication_db":"_users","authentication_handlers":["cookie","default"],"authenticated":"cookie"}}
> 
> I would expect _session to at least say ["oauth", "cookie",
> "default"]. Doesn't make a difference whether this is edited in
> local.ini or in the admin interface.
> 
> Also Fauxton has a couple of usability problems. The toast "action
> succeeded" messages cover up the title bar, so it is annoying to
> create multiple databases at once - because you have to dismiss the
> message before you can see the button to add another database. The
> text edit areas in the configuration editor are very small, making it
> difficult to read all the e.g. authentication handlers.
> 
> Thanks,
> 
> Daniel Holth

Reply via email to