Skip to Main Content
HCL Domino Ideas Portal

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

Status No Plans to Implement
Workspace Domino
Categories Integration
Created by Guest
Created on Feb 21, 2020

Support SAML SSO with multiple IdPs and websites when using SSL

Currently it is not possible to link multiple URLs or website to specific IdPs if using SSL. If you are hosting multiple websites and want to use different Identity providers for each of them that's not possible.

SNI might be required for this. See: https://domino-ideas.hcltechsw.com/ideas/DOMINO-I-15

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

  • Attach files
  • Guest
    Reply
    |
    Aug 18, 2023

    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.

  • Guest
    Reply
    |
    Feb 23, 2020

    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

  • Admin
    Thomas Hampel
    Reply
    |
    Feb 22, 2020

    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
    ??