Issues Implementing OCIS Login with Basic Authentication

I am trying to implement basic authentication for login in OCIS (OwnCloud Infinite Scale) in our application, but I am running into some 401 issues. Is there a detailed guide or documentation for setting up basic auth with OCIS?

Specifically, I’m looking for:

  1. How to configure the OCIS service to accept basic auth.
  2. Any common issues that arise during implementation.
  3. Examples or sample code that demonstrate this setup.

Any references, documentation, or examples would be greatly appreciated!

There is an envvar in the proxy service called PROXY_ENABLE_BASIC_AUTH

No additional configuration needed.

1 Like