Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

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

Code Block
[
  "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.