I have a custom web app in angular where the user logs in via LDAP. The app shows splunk dashboards to the user.
The problem is that when users log in this custom web app and navigate to splunk's dashboards, the login interface is displayed instead. Once the user logs in splunk (with the same credentials), everything works fine.
The idea is to preemptively log in the user to the splunk web server so that this doesn't happen.
Maybe a REST call or curl command can return the required session to the browser?
Any help is appreciated.
Thank you.