- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reverse Proxy SIngle Sign on
mukuldang08
New Member
02-26-2019
10:10 AM
My company has a new business web login to have Single sign ons for the users. I am trying to setup a reverse proxy to redirect my user to the business web login and then back and push them into the application after authentication. Is this possible. Please advice on how do I move forward have been going through tons of documentation cannot figure it out. Let me know if you need more information
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lakshman239
Influencer
02-27-2019
08:37 AM
You can standup a simple reverse proxy server (e.g. apache web server) and follow the process outlined in https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/ConfigureSplunkSSO
So, when users hit your weblogin, it will be redirected to apache, where you can validate/SSO and then redirect the users to splunk search head.