Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
If you can access your web applications using different hostnames you can set up each virtual host to authenticate with a separate IdP. This is known as virtual host aliasing. It is documented here: https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0093693
This configuration requires Domino 11.0.1 or higher.
If you need assistance with this configuration, please open a support case.
like this:
/application1.nsf => SAML IDP 1
/application2.nsf => SAML IDP 2
Or like this as an alternative:
/application1.nsf => xyz.company.com => SAML IDP 1
/application1.nsf => abc.company.com => SAML IDP 2
you mean:
/application1.nsf => SAML IDP 1
/application2.nsf => SAML IDP 2
or
xyz.company.com => SAML IDP 1
abc.company.com => SAML IDP 2
??