Altinn/app-template-dotnet

performedBy is an empty string for users without ssn

jeevananthank opened this issue · 0 comments

Description

With Altinn.App nuget 4.31.1, the process/history is populated with a new parameter performedBy with the SSN of the user performing the action.

When an Enterprise certificate (EC) user or an self identified (SI) user creates an app instance, the performedBy parameter in the response of process/history call is an empty string.

To Reproduce

  1. Start an app instance as an EC user or an SI user
  2. send a request to get the process history
    instances/{{instanceOwnerId}}/{{instanceId}}/process/history
  3. performed By is an empty string

Expected behavior

performedBy should be the userid of the ECuser or the SI user

Additional info

env: at21
app: ttd/apps-test