Configuring SSO with ICINGA Web 2

Hi there,

I am looking for some assistance for setting up SSO in ICINGA Web 2.

According to the documentation available, i have done the following :

  • vim /etc/icingaweb2/authentication.ini

[autologin]
backend = external

*sudo htpasswd -c /etc/icingaweb2/.http-users icingaadmin

  • Added in icingaweb2.conf web server configuration file.
    AuthType Basic
    AuthName “Icinga Web 2”
    AuthUserFile /etc/icingaweb2/.http-users
    Require valid-user

  • systemctl restart httpd

I want to enable SSO in the web-server and switch then ICINGA2WEB to external authentication by the webserver.

Any suggestions on this topic would be highly appreciated !!

Hello @AK47!

I don’t know how to do this, but once you’ve done this and the web server provides a REMOTE_USER env var to Icinga Web 2, you can just…

Best,
AK