My English is bad. Please note.
-- Translation --
My project is with SPLUNK. (Server is different.)
It consists in JAVA and JSP.
Traditionally must separately sign.
But I also want to login as SPLUNK when login to my project.
Simply violates the security give a parameter in the URL.
What should I do?
my case,
1. Transfer to SPLUNK loginpage using JSON in JAVA.
2. method call to login to SPLUNK in my project.
thank you!
This will help you...
http://docs.splunk.com/Documentation/Splunk/6.2.2/Security/ConfigureSplunktousePAMorRADIUSauthentica...
You can Implement some REST kind of end points in your app... ie,HTTP end point and instruct the splunk to refer those end point about the user details (ie, logged in or not, preferences,roles)