Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Certain settings can be made via the configuration file of the CoreOne Self-Service Portal, which are documented below.

Configuration file

The configuration file is located in the following directory:

C:\ProgramData\itsense\Configuration\Portal_ApplicationConfiguration.json

Settings

Name

Example value

Definition

AuthenticationServerUrl

https://auth.coreone.ch

The IdP responsible for the portal

CosWebUrl

https://admin.corone.ch

The URL for the CoreOne Web Portal

DisabledPages

[ ]

An array of pages to be completely disabled in the portal.

For example

[
  "Home",
  "PersonalData",
  "Security",
  "Communication",
  "Consents",
  "Services",
  "Representations",
  "LegalEntities",
  "Representations",
  "SelfService.AccountAndSecurity"
]

ReauthenticationSettings

{

“ForceAfterSecondsSinceLastAuthentication" : "1"

}

How long a user does not have to re-authenticate for security reasons to make changes to their data and settings. Often users log in to the portal to change their data, for example. To avoid unnecessary authentication twice, this setting can be used.

OpenIdConnectSettings

{
"ClientId": "cos_selfservice",
"Secret": "xxxxxx"
}

Client ID and Secret, automatically generated during installation. But can be adjusted here if necessary.

LogoutAfterMinutes

30

After how many minutes a user should be logged out in case of inactivity. If the value is set to 0, this feature is disabled.

BackendApiUrl

https://app.corone.ch:8000/api

URL to the backend API

UserNotificationIntervalInSeconds 

60

The intverval in seconds when the notifcations for a user should refreshed.

  • No labels