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:
- How to configure the OCIS service to accept basic auth.
- Any common issues that arise during implementation.
- Examples or sample code that demonstrate this setup.
Any references, documentation, or examples would be greatly appreciated!