Security

Scripted Authentication

keerthana_k
Communicator

Hi,

We are using scripted authentication in our application. We have implemented the authentication script with all the required methods. These are my settings in authentication.conf:

[authentication]
authType = Scripted
authSettings = script

[script]
scriptPath = "<path to my script>"
scriptSearchFilters = 1

# Cache results for 1 second per call
[cacheTiming]
userLoginTTL    = 1
getUserInfoTTL  = 1
getUsersTTL     = 1

When I monitor the script logs I am seeing that the getUsers() and getUserInfo() methods get called every 30 seconds even when no user is logged into the application. Can anyone please help me out with these methods and explain why are they being called even when no user is logged in. Am I missing something?

Thanks,

Keerthana

Tags (1)
0 Karma
1 Solution

LukeMurphey
Champion

I noticed the same thing when I wrote an app to perform authentication via RADIUS. In my case, I had my application cache the user info and only update the cache with the information from the server when the user logs in. That way, calls to getUserInfo() don't require a server call.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...