Basic Q: Can ofbiz run in subdir and use HTTP auth?
Posted by
Jochen.Boutens@finalbeta.net on
URL: http://ofbiz.116.s1.nabble.com/Basic-Q-Can-ofbiz-run-in-subdir-and-use-HTTP-auth-tp4721322.html
Hello, We are exploring functionality of several sollutions. Ofbiz seems to qualify for most tasks.
I have two questions I would like to make sure before we begin testing:
For integration into our systems we require the the solution to run under a subdirectory of the root of the webserver. (
http://server/ofbiz/).
( The reason for this is that ofbiz will be reverse proxied and that
http://reverseproxy/ is used for something else. A differend domain is not a option because of question two).
For integration into our systems we prefer that the application can use authentication data in the http header (Basic Authorization/Http authorization). Our reverse proxy sends the users (LDAP) credentials in the header allowing applications to automatically log the user in.
Can these things be done with Ofbiz?
Thanks for your responses.