Hi,
We had need for SSO authentication to integrate Zabbix with our other portal "tools". So I decided to implement one. I made changes against zabbix version 2.2.2 and Jasig CAS was used for SSO.
- User can now choose CAS auth type from Administration -> Authentication
- CAS PHP library needs to be installed
When user points to Zabbix login (index.php), it will be redirected to CAS Login and back to zabbix after successful authentication. Logout works too. Everything else is just like using zabbix with HTTP Authentication.
For developers: If you are interested in about this I can send you patch and others too
Br,
Juha Moisio
We had need for SSO authentication to integrate Zabbix with our other portal "tools". So I decided to implement one. I made changes against zabbix version 2.2.2 and Jasig CAS was used for SSO.
- User can now choose CAS auth type from Administration -> Authentication
- CAS PHP library needs to be installed
When user points to Zabbix login (index.php), it will be redirected to CAS Login and back to zabbix after successful authentication. Logout works too. Everything else is just like using zabbix with HTTP Authentication.
For developers: If you are interested in about this I can send you patch and others too

Br,
Juha Moisio
Comment