M23 AZURE Manifest Ingestion Service User Context not Displaying the User Correctly

Hello,

Running the manifest ingestion I noticed that when I submit a request the response contains the field "submittedBy": "3456711e-f381-410d-8b74-2345398d58d7". I was expecting the value of this field be the e-mail used to loging into the pre-shipping (preshipping@azureglobal1.onmicrosoft.com). In M22 the results that I got when I runned the ingestion requests was the expected one:

{
    "workflowId": "Osdu_ingest",
    "runId": "adbce65f-ae4d-4bd8-bfa6-0195b4aac3cc",
    "startTimeStamp": 1705437620868,
    "status": "submitted",
    "submittedBy": "preshipping@azureglobal1.onmicrosoft.com"
}

The results I got in M23 running the ingestion requests was:

{
    "workflowId": "Osdu_ingest",
    "runId": "cea3b805-3838-413f-bf36-b0c5641f06d7",
    "startTimeStamp": 1716429516522,
    "status": "submitted",
    "submittedBy": "3456711e-f381-410d-8b74-2345398d58d7"
}

"3456711e-f381-410d-8b74-2345398d58d7" Is that the expected value for the field "submittedBy"?

Regards,

Juliana