-
Problem report
-
Resolution: Unresolved
-
Blocker
-
None
-
6.0.19, 6.4.4, 7.0.0alpha2
-
None
-
LTS 6.0
-
S24-W22/23, S24-W26/27, DOC S25-W2/3
-
2
Steps to reproduce:
- try to configure SSO with ADFS
- configure SP name ID format to urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos (https://www.zabbix.com/documentation/current/en/manual/web_interface/frontend_sections/users/authentication/saml)
- get error
Result:
SSO doesn't work
Expected:
Working SSO.
Workaround - modify manually:
grep -P "AuthnContextClassRef.*SAML" /usr/share/zabbix/vendor/onelogin/php-saml/src/Saml2/AuthnRequest.php <!-- <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef> --> <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos</saml:AuthnContextClassRef>