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 7 Current »

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

<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 List of Identity Manager system properties for available properties)

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

This article is valid for Smart ID 21.10 and later.

Related information

  • No labels