IBM QRadar SOAR: Configuring SAML: Difference between revisions

From Wiki
(Created page with " = Configure proxy o main host = 1) Connect to CLI, using '''resadmin''' user 2) Run command <nowiki> sudo resutil samledit -alias soarsaml \ -certfile ./qradarsoar.pem \ -org MYORGANIZATION \ -entityid https://soar.company.com/saml2/soarsaml \ -loginurl https://login.microsoftonline.com/3.....5/saml2 \ -logouturl https://login.microsoftonline.com/3.....5/saml2</nowiki> sudo resutil saml show sudo systemctl restart resilient = Articles = * [https://www.i...")
 
 
Line 1: Line 1:


= Configure proxy o main host =  
= Configure SAML o main host =  


1) Connect to CLI, using '''resadmin''' user
1) Connect to CLI, using '''resadmin''' user
Line 17: Line 17:


  sudo systemctl restart resilient
  sudo systemctl restart resilient


= Articles =
= Articles =

Latest revision as of 17:09, 10 October 2025

Configure SAML o main host

1) Connect to CLI, using resadmin user

2) Run command

sudo resutil samledit -alias soarsaml \
 -certfile ./qradarsoar.pem \
 -org MYORGANIZATION \
 -entityid https://soar.company.com/saml2/soarsaml \
 -loginurl https://login.microsoftonline.com/3.....5/saml2 \
 -logouturl https://login.microsoftonline.com/3.....5/saml2
sudo resutil saml show
sudo systemctl restart resilient

Articles


Ver também