Known issues - CustomerID

CustomerID 5.3.3

  • When user is logged into eidm2 and workflow applications, logout redirects to an error page when logging out a user with an UDF link. The user is still logged out although the error page is shown.

CustomerID 5.3.0

  • In CustomerID 5.3.0 user attributes, that are configured to be encrypted, will become decrypted in the SQL database when user information is viewed in either Self-Service or Administration user interface.
    • Fixed in CustomerID version 5.3.1

General known issues

  • CustomerID series 4 to series 5 migration does not work with pending mandates that are connected to yet non-existent organizations or users.
  • The "New Organization" field in the "Open user applications" approval tab sometimes presents the status incorrectly.
  • User listing doesn't support locked users.
  • CustomerID Migration Tool causes Organization Entity Names getting URL encoded, which causes some special letters and non-ASCII letters to malform. This causes those organizations to be unaccessible. To fix this issue, change broken organizations Entity Name and Technical Name contain characters allowed in URL. (See RFC 3986: Unreserved characters)
  • Scripts config-wildfly-domain-prepare.sh, config-wildfly-domain-controller(.cmd/.sh) and config-wildfly-domain-slave(.cmd/.sh) are not working. There is some workarounds:
    • config-wildfly-domain-prepare.sh:

      • Remove following line:

        echo Take into use EE8 capabilities (we need this in order to be able to send emails to Scandinavian addresses)
    • config-wildfly-domain-controller: 
      • For .sh file, add after line 18:

        ${WILDFLY_HOME}/bin/jboss-cli.sh --connect --command="/host=master/core-service=management/management-interface=http-interface:write-attribute(name=interface,value=jboss-cli)"
      • For .sh file, add after line 18:

        call "%WILDFLY_HOME%\bin\jboss-cli" --connect --command="/host=master/core-service=management/management-interface=native-interface:add(interface=management,port=9999,security-realm=ManagementRealm)"
    • config-wildfly-domain-slave:
      • For .sh file, add following line after first sleep (originally line 21) and add same line after adding customerid-server server-definition (originally line 29).

        ${WILDFLY_HOME}/bin/jboss-cli.sh --connect --command="reload --host=customerid-slave"
      • For .cmd file, add following line after 15 second wait time (originally line 21) and add same line after adding customerid-server server-definition (origianlly line 29).

        call "%WILDFLY_HOME%\bin\jboss-cli" --connect --command="reload --host=customerid-slave"