Migrating to LDAPS authentication, or OICD, or SAML

Hi,

I am looking for help with LDAPS authentication.

We have used built-in authentication where user names and passwords are stored in the icingaweb database.

We wish to migrate to LDAPS authentication. In the LDAP, the user names are the same, but suffixed, like:

“jeanm” in icingaweb database, and “jeanm-user” in LDAP

Is it possible to map “jeanm” to “jeanm-user”, so that the login is made with jeanm-user and Windows password, and internally within Icinga, all remains the same for jeanm: privileges, activity log entries, shared navigation objects, etc.

Thank you in advance for your insights!

Jean

NB: If documentation is available on making authentication possible using SAML or OICD, this would be even better than getting LDAPS to work

After initial login via from the user the user can be mapped to a local icingaweb2 user.
Please keep in mind that the groups mapped via oidc will not be used if the user is mapped to a local user since these groups are not merged.

There is the oidc-Module by RISE/Nick.

Also SSO and TOTP are things icinga cares about:

So we can be sure these things are on the roadmap.

You can get SAML working with mod_auth_mellon. We have done so at work.