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