Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for Smart ID 21.10
cardSDKConnectorBaseConfig.cardSDKUrlhttps://localhost:54881

This article describes how to set properties for Identity Manager Admin.

Info
title<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

    1. Open <SMARTIDHOME>/docker/compose/identitymanager/admin/docker-compose.yml for editing. 
    2. Set properties as needed, by adding/editing the SYSTEM_PROPERTIES environment variable. This variable takes a JSON as value, and can be set like this. (See

  1. the table below
    1. List of Identity Manager system properties for available properties)

      Code Block
      languageyml
      titleExample: Add system properties
      env:
        - 'SYSTEM_PROPERTIES={
            "uploadPopup.enableUploadButtonStrategyName": "enableUploadButtonStrategyStrict",
            "zipPacker.signZip": true,
            "zipUnpacker.verifyZip": true
          }'


This article is valid for Smart ID 21.04.1 10 and later.

Related information

PropertyDefault Value if not setPossible ValuesjobExecutorStarter.startOnSystemStartuptruetrue/falsedeleteConfigurationVisibility.deleteConfigurationVisibletruetrue/falseuploadPopup.enableUploadButtonStrategyNameenableUploadButtonStrategyAllowUnsigned

enableUploadButtonStrategyStrict
enableUploadButtonStrategyAllowUnsigned
enableUploadButtonStrategyIgnoreSigning

zipPacker.signZiptruezipUnpacker.verifyZiptrue

MLTextTranslationProvider.defaultLanguage

enAny value from the list provided in "multilanguageHelper.localeString"multilanguageHelper.localeStringde,en,fr,svA comma separated list of valid ISO 639-1 language codes