Skip to main content

Installation Verification

Verifying Identity Server Login Page

Open a web browser, then go to http(s)://<ingress_hostname>:<port_number>/identityserver/Account/Login.

  • <ingress_hostname> - hostname of the machine where Ingress is installed.

  • <port_number> - port number used by the web service, which is 8080 by default; this is specified upon Ingress installation.

    Identity Server Login Page

    Identity Server Login Page

Verifying Running Process

  1. Open the Task Manager.

  2. Click Services.

  3. Search for Open iT Identity Server.

  4. Verify that the status of the service is Running.

Verifying Created Directories

Go to the root directory of the installation located, by default, at C:\Program Files\OpeniT\IdentityServer and verify that the following directories and files exist:

  • Data - contains the database and certificates used by the Identity Server

  • wwwroot - contains files used by the web application

  • appsettings.json - contains application settings for web access and authentication

  • OpeniT.Identity.Server.exe - the Identity Server application executable

  • web.config - contains specific configuration for the web service

  • Other DLL files