Security

How to create a customized app which contains a login page with name and submit button?

saibhaskarammu
New Member

How can I create a customized app which contains a login page with name and submit button?

After hitting the submit button, it redirects to a page, displays date/time and login name.

0 Karma

ncrofts_splunk
Splunk Employee
Splunk Employee

You could tackle this by using a Reverse Proxy (Such as IIS or Apache) which has a customized logon page. That logon page would then Single Sign-in (SSO) you into Splunk, so you dont have to type a username in twice:

Details on how to configure this are here http://docs.splunk.com/Documentation/Splunk/6.3.1511/Security/HowSplunkSSOworks

Then when the user logs in, you could make it so they only get access to your specific App, or at least make it the default app depending on your use case and whether they would need to see other Apps or only this specific one.

To display the currently logged in user try using the rest API, something like this.

| rest /services/authentication/current-context | table username

0 Karma

jkat54
SplunkTrust
SplunkTrust

You're going to make your users log in twice? Why not use roll based access controls?

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...