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>
Any help would be much appreciated.