IBM QRadar

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

QRadar SAML 2.0 with Azure AD

  • 1.  QRadar SAML 2.0 with Azure AD

    Posted Wed September 02, 2020 08:32 PM

    Hello,

    I am trying to setup SAML in one of our QRadar environments with Azure AD but am getting the following error:

    AADSTS900235: SAML authentication request's RequestedAuthenticationContext Comparison value must be 'exact'. Received value: 'Minimum'.

    Has anybody seen dealt with this before? Seems like Azure AD only allows an "exact" comparison, but I cannot find where QRadar allows me to change the comparison from "minimum" to "exact".

    Thanks,

    Tim



    #QRadar
    #Support
    #SupportMigration


  • 2.  RE: QRadar SAML 2.0 with Azure AD
    Best Answer

    Posted Thu September 03, 2020 02:52 AM

    Hi Tim,

    Usually, IDP should be able to configure this to allow minumun for the authContext ComparisonType. Azure may be a special case. QRadar set this to minimum to allow the IDPs to authenticate using passwords or other methods that have higher security level than passwords. Changing this config through UI is not possible as mostly the minimum setting is desired. However...

    If you manually edit the login.conf in staging,

    vi store/configservices/staging/globalconfig/login.conf

    Add this:

    authContextComparisonType=exact

    Save and deploy.

    The new SAML request should have value as exact.

    Regards



    #QRadar
    #Support
    #SupportMigration


  • 3.  RE: QRadar SAML 2.0 with Azure AD
    Best Answer

    Posted Thu September 03, 2020 11:46 AM

    that did the trick, thanks!



    #QRadar
    #Support
    #SupportMigration


  • 4.  RE: QRadar SAML 2.0 with Azure AD
    Best Answer

    Posted Tue September 29, 2020 07:28 PM

    I did the same trick and it worked for me too but then I always get "Failed to process the single sign on authentication assertion from the SAML provider.". Did you manage to configure Azure AD with qradar ?



    #QRadar
    #Support
    #SupportMigration