IBM QRadar SOAR: Configuring SAML

From Wiki
Revision as of 17:08, 10 October 2025 by Ebasso (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configure proxy 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