Hello, I'm trying to login to Share from my web servlet. I have my own login page where I have the user register and sign on. I want to be able to pass the credentials from my login page to share and automatically login to the share dashboard.
How do I go about doing this. When I authenticate the user and pass the URL http://localhost:8080/share, I'm prompted with the share login page.