I'm using SSO against Azure Entra AD, switched from oauth2-proxy to this module.
With oauth2-proxy as external authentication method I was able to configure in authentication.ini to strip the (mail-)domain from the usernames for autologin:
strip_username_regexp = "/@[A-Za-z0-9.]+$/"
Is it possible to do the same with icinga-sso-web?
I'm using SSO against Azure Entra AD, switched from oauth2-proxy to this module.
With oauth2-proxy as external authentication method I was able to configure in
authentication.inito strip the (mail-)domain from the usernames for autologin:Is it possible to do the same with icinga-sso-web?