Configure Client Application for CaSS
  • 27 Feb 2023
  • 1 Minute to read
  • Dark
    Light

Configure Client Application for CaSS

  • Dark
    Light

Article summary

Follow these steps to configure the client application:

  1. Copy the Lanteria.ApplicantSelfService.App folder to "C:\inetpub\wwwroot".
  2. Create another web application in IIS Manager:
    Specify the site name (for example, ApplicantSelfServiceClientApp), application pool and physical path (C:\inetpub\wwwroot\Lanteria.ApplicantSelfService.App). Set up the https binding.
  3. Make the following changes to the appsettings.json file:

    • In IIS Manager, right-click ApplicantSelfServiceClientApp > Explore.
    • Open appsettings.json in text redactor.
    • In the ApiConfiguration section, set the Endpoint property to the URL of the API service that you have configured during the previous step. For example: https://your_domain:port/api, where your_domain is the localhost or domain that you use, and port is the port number.
    • In the LanteriaHRConfiguration section, set the Endpoint property to the URL specified in the HttpHandlerURL property. 
    • In the SmtpConfiguration section, specify the configuration data for SMTP.

Common Application Pool

To avoid access-related issues, we recommend that you configure all sites (Lanteria HR, Candidate Self-Service, and extended Candidate Self-Service) within a single application pool in Internet Information Services (IIS) Manager.

Extended Web Application When Using Office 365 Authentication

In Lanteria HR, there are two types of authentication: NTLM and Office 365. If the Office 365 authentication is used, Lanteria HR engineers extend Lanteria HR web application to bypass the Office 365 authentication and have direct access to the web application when needed. In this case, make sure that Candidate Self-Service is also configured for this extended web application.


Was this article helpful?