Security

SAML User deletion from Search Head Cluster

ssharma09
Explorer

How do I delete SAML users from Search Head Cluster?
I tried removing from stand-alone Search Head(Dev environment) using below command, successfully did that.
curl -k -u admin:{password} --request DELETE https://{..hostname}:8089/services/admin/SAML-user-role-map/{user_id}
and then manually delted user directory from /splunk_home/etc/users/

But, when I'm running this command at SH cluster(production) it is giving me error:

curl: (7) Failed to connect to URI port 8089: connection time out

Tags (1)
0 Karma

ssharma09
Explorer

Hi Harsmarvania57,
Thanks for the prompt reply. Yes, I’ve tried that command on one of the SH cluster member and also, the management port is 8089. Still receiving error.
Thanks

0 Karma

harsmarvania57
Ultra Champion

Hi,

Have you tried to run command on one of the SHC member directly, if not then try below command? Additionally you need to check whether SHC members are running Splunk management port on 8089 or not, if they are running management port on another port then you need to use that port.

curl -k -u admin:password --request DELETE https://localhost:8089/services/admin/SAML-user-role-map/{user_id}
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...