Open the menu

    Integrated Authentication

    Integrated authentication is performed through the implementation of the interface IHttpAuthenticator which is configured in the lumisportalconfig.xml:

    In LumisXP, an integrated authentication implementation is included using SPNEGO/Kerberos. However, it is also possible to customize the integrated authentication by creating your own implementation of the interface IHttpAuthenticator and modifying the configuration above to use it.

    Integrated authentication is only triggered when access to a page is denied. Therefore, integrated authentication does not occur for pages with access permission for the user Guest.