Skip to main content
Question

Set the AuthnContextClassRef attribute in the SAML Request

  • June 4, 2024
  • 0 replies
  • 251 views

Forum|alt.badge.img+1

Hi,

recently, we implemented SAML-Login with Microsoft Azure following the YouTube tutorial from Centreon (https://www.youtube.com/watch?v=vilNJPxz25U). This configuration works well for most users, however, we encounter an error when users are already authenticated elsewhere with another method (X509 for instance).

We noticed that Centreon sends the following in the SAML-Request:

 

<saml:AuthnContextClassRef>
      urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
</saml:AuthnContextClassRef>
We would like to change the Authentication Context from “PasswordProtectedTransport” to “unspecified”, as this resolved the same issue on another application.
 
I was unable to find any information on configuring this in the documentation (https://docs.centreon.com/docs/connect/saml/).
 

Any help would be much appreciated.