Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic App No Longer pulling Requester-ObjectID after Access Package ASsignment #1212

Open
oysterlvr opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels

Comments

@oysterlvr
Copy link

oysterlvr commented Oct 17, 2024

Describe the Bug with repro steps

Hello, we have an access package that uses Custom Extensions for automating the users Entra ID properties along with sending out emails to submit tickets for various teams to give access to the user based on their job function and role. using the Requestor-ObjectID after approval to Get user info we have been able to successfully launch the logic app

{
    "type": "ApiConnection",
    "inputs": {
        "host": {
            "connection": {
                "referenceName": "azuread"
            }
        },
        "method": "get",
        "path": "/v1.0/users/@{encodeURIComponent(triggerBody()?['Requestor']?['ObjectId'])}"
    },
    "runAfter": {
        "Condition": [
            "Succeeded"
        ]
    }
}

However since 10/11 this feature has failed for new users and only works for users requesting access who were already granted approval previously. Here are the error outputs below

Raw Input

{
    "method": "get",
    "path": "/v1.0/users/b7da2a38-cd3c-4867-99ea-9ca89213ce16",
    "host": {
        "connection": {
            "name": "/subscriptions/be30f0a0-6d06-4ba6-946d-4ef3a2011ff5/resourceGroups/rg-wmt-standart-automation-eastus2/providers/Microsoft.Web/connections/azuread"
        }
    }
}

Raw Output

{
    "statusCode": 404,
    "headers": {
        "Cache-Control": "no-cache",
        "Transfer-Encoding": "chunked",
        "Vary": "Accept-Encoding",
        "Strict-Transport-Security": "max-age=31536000",
        "request-id": "46f02b23-a940-44b2-9677-052f85ddd8d1",
        "client-request-id": "46f02b23-a940-44b2-9677-052f85ddd8d1",
        "x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"East US\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"003\",\"RoleInstance\":\"BL6PEPF0000C451\"}}",
        "x-ms-resource-unit": "1",
        "x-ms-client-region": "eastus2",
        "x-ms-flavor": "Production",
        "x-ms-workflow-name": "Walmart-ASA-Onboarded",
        "X-Ms-Workflow-Resourcegroup-Name": "rg-wmt-standart-automation-eastus2",
        "x-ms-workflow-run-id": "08584724381297309603502466690CU62",
        "x-ms-workflow-subscription-id": "be30f0a0-6d06-4ba6-946d-4ef3a2011ff5",
        "x-ms-workflow-version": "08584724393316802185",
        "Timing-Allow-Origin": "*",
        "x-ms-apihub-cached-response": "false",
        "x-ms-apihub-obo": "false",
        "Date": "Thu, 17 Oct 2024 12:39:15 GMT",
        "Content-Type": "application/json",
        "Content-Length": "406"
    },
    "body": {
        "error": {
            "code": "Request_ResourceNotFound",
            "message": "Resource 'b7da2a38-cd3c-4867-99ea-9ca89213ce16' does not exist or one of its queried reference-property objects are not present.",
            "innerError": {
                "date": "2024-10-17T12:39:16",
                "request-id": "46f02b23-a940-44b2-9677-052f85ddd8d1",
                "client-request-id": "46f02b23-a940-44b2-9677-052f85ddd8d1"
            }
        }
    }
}

What type of Logic App Is this happening in?

Standard (Portal)

Which operating system are you using?

MacOS

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
    "body": {
        "AccessPackage": {
            "AccessPackageAssignmentPolicies": null,
            "AccessPackageCatalog": null,
            "AccessPackageResourceRoleScopes": null,
            "AccessPackagesIncompatibleWith": null,
            "AdditionalInfo": null,
            "AssignmentPolicies": null,
            "Catalog": null,
            "CatalogId": null,
            "CreatedBy": null,
            "CreatedByString": null,
            "CreatedDateTime": null,
            "Description": "For Walmart ASA Store Employees to Access LMS ",
            "DisplayName": "Walmart ASA External Access",
            "Id": "6d57d52c-c4d1-47aa-8c83-1f4da60f6538",
            "IncompatibleAccessPackages": null,
            "IncompatibleGroups": null,
            "IsHidden": false,
            "IsRoleScopesVisible": false,
            "LastCriticalModificationDateTime": null,
            "LastModifiedByString": null,
            "LastModifiedDateTime": null,
            "LastSuccessfulChangeEvaluationDateTime": null,
            "ModifiedBy": null,
            "ModifiedDateTime": null,
            "ResourceRoleScopes": null,
            "UniqueName": null
        },
        "AccessPackageAssignmentRequestId": "3cbea889-c774-4670-a9cf-2f14dbb13565",
        "AccessPackageCatalog": {
            "AccessPackageCustomWorkflowExtensions": null,
            "AccessPackageResourceRoles": null,
            "AccessPackageResourceScopes": null,
            "AccessPackageResources": null,
            "AccessPackages": null,
            "AdditionalInfo": null,
            "CatalogStatus": "Unpublished",
            "CatalogType": "UserManaged",
            "CreatedBy": null,
            "CreatedByString": null,
            "CreatedDateTime": null,
            "CustomAccessPackageWorkflowExtensions": null,
            "CustomExtensions": null,
            "CustomWorkflowExtensions": null,
            "Description": "Catalog for Access Packages for Walmart Internal Employees",
            "DisplayName": "Walmart Guest User Access",
            "Id": "4e0def6a-02b6-4e03-a7dd-b60ecab3cc02",
            "IsExternallyVisible": false,
            "LastModifiedByString": null,
            "LastModifiedDateTime": null,
            "ModifiedBy": null,
            "ModifiedDateTime": null,
            "ResourceRoles": null,
            "ResourceScopes": null,
            "Resources": null,
            "State": "unpublished",
            "UniqueName": null
        },
        "Answers": [
            {
                "AnsweredQuestion": {
                    "Attribute": {
                        "AttributeDefaultValue": null,
                        "AttributeDestination": {},
                        "AttributeName": "givenName",
                        "AttributeSource": {
                            "Question": null
                        },
                        "Destination": {},
                        "Id": "90bf42a2-ab83-4ec4-8561-11034299e3e5",
                        "IsEditable": true,
                        "IsPersistedOnAssignmentRemoval": true,
                        "Name": "givenName",
                        "Source": {
                            "Question": null
                        }
                    },
                    "Id": "e2e4b41c-17c1-4f4d-bb66-2db44314024c",
                    "IsAnswerEditable": null,
                    "IsRequired": true,
                    "IsSingleLineQuestion": true,
                    "Localizations": [],
                    "RegexPattern": null,
                    "Sequence": 0,
                    "Text": {
                        "DefaultText": "What is your first name?",
                        "LocalizedTexts": []
                    },
                    "TextString": "What is your first name?"
                },
                "DisplayValue": null,
                "Value": "Matthew"
            },
            {
                "AnsweredQuestion": {
                    "Attribute": {
                        "AttributeDefaultValue": null,
                        "AttributeDestination": {},
                        "AttributeName": "surname",
                        "AttributeSource": {
                            "Question": null
                        },
                        "Destination": {},
                        "Id": "7c2660ab-65db-4dad-8096-d509f2ffd994",
                        "IsEditable": true,
                        "IsPersistedOnAssignmentRemoval": true,
                        "Name": "surname",
                        "Source": {
                            "Question": null
                        }
                    },
                    "Id": "efb81860-93b3-4ae7-ba7c-e038eb8ab721",
                    "IsAnswerEditable": null,
                    "IsRequired": true,
                    "IsSingleLineQuestion": true,
                    "Localizations": [],
                    "RegexPattern": null,
                    "Sequence": 0,
                    "Text": {
                        "DefaultText": "What is your last name?",
                        "LocalizedTexts": []
                    },
                    "TextString": "What is your last name?"
                },
                "DisplayValue": null,
                "Value": "Mears"
            },
            {
                "AnsweredQuestion": {
                    "AllowsMultipleSelection": false,
                    "Attribute": {
                        "AttributeDefaultValue": null,
                        "AttributeDestination": {},
                        "AttributeName": "officeLocation",
                        "AttributeSource": {
                            "Question": null
                        },
                        "Destination": {},
                        "Id": "33e38013-2acf-4645-8643-8940b094f9a0",
                        "IsEditable": true,
                        "IsPersistedOnAssignmentRemoval": true,
                        "Name": "officeLocation",
                        "Source": {
                            "Question": null
                        }
                    },
                    "Choices": [
                        {
                            "ActualValue": "0100",
                            "DisplayValue": {
                                "DefaultText": "0100",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0100"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0100"
                                }
                            ],
                            "Text": "0100"
                        },
                        {
                            "ActualValue": "0125",
                            "DisplayValue": {
                                "DefaultText": "0125",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0125"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0125"
                                }
                            ],
                            "Text": "0125"
                        },
                        {
                            "ActualValue": "0144",
                            "DisplayValue": {
                                "DefaultText": "0144",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0144"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0144"
                                }
                            ],
                            "Text": "0144"
                        },
                        {
                            "ActualValue": "0277",
                            "DisplayValue": {
                                "DefaultText": "0277",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0277"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0277"
                                }
                            ],
                            "Text": "0277"
                        },
                        {
                            "ActualValue": "0444",
                            "DisplayValue": {
                                "DefaultText": "0444",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0444"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0444"
                                }
                            ],
                            "Text": "0444"
                        },
                        {
                            "ActualValue": "0517",
                            "DisplayValue": {
                                "DefaultText": "0517",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "0517"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "0517"
                                }
                            ],
                            "Text": "0517"
                        },
                        {
                            "ActualValue": "1413",
                            "DisplayValue": {
                                "DefaultText": "1413",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "1413"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "1413"
                                }
                            ],
                            "Text": "1413"
                        },
                        {
                            "ActualValue": "1439",
                            "DisplayValue": {
                                "DefaultText": "1439",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "1439"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "1439"
                                }
                            ],
                            "Text": "1439"
                        },
                        {
                            "ActualValue": "2125",
                            "DisplayValue": {
                                "DefaultText": "2125",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "2125"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "2125"
                                }
                            ],
                            "Text": "2125"
                        },
                        {
                            "ActualValue": "2740",
                            "DisplayValue": {
                                "DefaultText": "2740",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "2740"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "2740"
                                }
                            ],
                            "Text": "2740"
                        },
                        {
                            "ActualValue": "1148",
                            "DisplayValue": {
                                "DefaultText": "1148",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "1148"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "1148"
                                }
                            ],
                            "Text": "1148"
                        },
                        {
                            "ActualValue": "2932",
                            "DisplayValue": {
                                "DefaultText": "2932",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "2932"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "2932"
                                }
                            ],
                            "Text": "2932"
                        },
                        {
                            "ActualValue": "3207",
                            "DisplayValue": {
                                "DefaultText": "3207",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3207"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3207"
                                }
                            ],
                            "Text": "3207"
                        },
                        {
                            "ActualValue": "3226",
                            "DisplayValue": {
                                "DefaultText": "3226",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3226"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3226"
                                }
                            ],
                            "Text": "3226"
                        },
                        {
                            "ActualValue": "3258",
                            "DisplayValue": {
                                "DefaultText": "3258",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3258"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3258"
                                }
                            ],
                            "Text": "3258"
                        },
                        {
                            "ActualValue": "3267",
                            "DisplayValue": {
                                "DefaultText": "3267",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3267"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3267"
                                }
                            ],
                            "Text": "3267"
                        },
                        {
                            "ActualValue": "3278",
                            "DisplayValue": {
                                "DefaultText": "3278",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3278"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3278"
                                }
                            ],
                            "Text": "3278"
                        },
                        {
                            "ActualValue": "3295",
                            "DisplayValue": {
                                "DefaultText": "3295",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3295"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3295"
                                }
                            ],
                            "Text": "3295"
                        },
                        {
                            "ActualValue": "3722",
                            "DisplayValue": {
                                "DefaultText": "3722",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3722"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3722"
                                }
                            ],
                            "Text": "3722"
                        },
                        {
                            "ActualValue": "3837",
                            "DisplayValue": {
                                "DefaultText": "3837",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "3837"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "3837"
                                }
                            ],
                            "Text": "3837"
                        },
                        {
                            "ActualValue": "5092",
                            "DisplayValue": {
                                "DefaultText": "5092",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "5092"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "5092"
                                }
                            ],
                            "Text": "5092"
                        },
                        {
                            "ActualValue": "5236",
                            "DisplayValue": {
                                "DefaultText": "5236",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "5236"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "5236"
                                }
                            ],
                            "Text": "5236"
                        },
                        {
                            "ActualValue": "5837",
                            "DisplayValue": {
                                "DefaultText": "5837",
                                "LocalizedTexts": [
                                    {
                                        "LanguageCode": "en-US",
                                        "Text": "5837"
                                    }
                                ]
                            },
                            "Localizations": [
                                {
                                    "LanguageCode": "en-US",
                                    "Text": "5837"
                                }
                            ],
                            "Text": "5837"
                        }
                    ],
                    "Id": "1cde7ab9-eb13-4c4b-a59a-968e164b764e",
                    "IsAnswerEditable": null,
                    "IsMultipleSelectionAllowed": false,
                    "IsRequired": true,
                    "Localizations": [],
                    "Sequence": 0,
                    "Text": {
                        "DefaultText": "What is the store number name you will be working at?",
                        "LocalizedTexts": []
                    },
                    "TextString": "What is the store number name you will be working at?"
                },
                "DisplayValue": "0444",
                "Value": "0444"
            }
        ],
        "Assignment": {
            "AccessPackage": null,
            "AccessPackageAssignmentPolicy": {
                "AccessPackage": null,
                "AccessPackageAssignmentRequestorSettings": null,
                "AccessPackageCatalog": null,
                "AccessPackageId": null,
                "AccessPackageNotificationSettings": {
                    "IsAssignmentNotificationDisabled": false
                },
                "AccessReviewSettings": null,
                "ActiveAssignmentCount": 0,
                "AdditionalInfo": null,
                "AllowedTargetScope": "notSpecified",
                "ApprovalSettings": null,
                "AssignmentReviewSettings": null,
                "AutoAssignmentSettings": null,
                "AutomaticRequestSettings": null,
                "CanExtend": null,
                "Catalog": null,
                "CountOfUsersIncludedInPolicy": null,
                "CreatedBy": null,
                "CreatedByString": null,
                "CreatedDateTime": null,
                "CustomExtensionHandlers": [],
                "CustomExtensionStageSettings": [],
                "Description": null,
                "DisplayName": "Initial Policy",
                "DurationInDays": 0,
                "Expiration": {
                    "Duration": null,
                    "EndDateTime": null,
                    "Type": "noExpiration"
                },
                "ExpirationDateTime": null,
                "Id": "f5d158ad-48cd-4641-a578-d2508b80da46",
                "IsCustomAssignmentScheduleAllowed": null,
                "IsDenyPolicy": null,
                "LastModifiedByString": null,
                "LastModifiedDateTime": null,
                "ModifiedBy": null,
                "ModifiedDateTime": null,
                "NotificationSettings": {
                    "IsAllNotificationDisabled": false
                },
                "PolicyAssignmentType": "RequestBased",
                "Questions": [],
                "RequestApprovalSettings": null,
                "RequestorSettings": null,
                "ReviewSettings": null,
                "SpecificAllowedTargets": [],
                "VerifiableCredentialSettings": null
            },
            "AccessPackageAssignmentRequests": null,
            "AccessPackageAssignmentResourceRoles": [],
            "AccessPackageId": null,
            "AssignmentPolicy": {
                "AccessPackage": null,
                "AccessPackageAssignmentRequestorSettings": null,
                "AccessPackageCatalog": null,
                "AccessPackageId": null,
                "AccessPackageNotificationSettings": {
                    "IsAssignmentNotificationDisabled": false
                },
                "AccessReviewSettings": null,
                "ActiveAssignmentCount": 0,
                "AdditionalInfo": null,
                "AllowedTargetScope": "notSpecified",
                "ApprovalSettings": null,
                "AssignmentReviewSettings": null,
                "AutoAssignmentSettings": null,
                "AutomaticRequestSettings": null,
                "CanExtend": null,
                "Catalog": null,
                "CountOfUsersIncludedInPolicy": null,
                "CreatedBy": null,
                "CreatedByString": null,
                "CreatedDateTime": null,
                "CustomExtensionHandlers": [],
                "CustomExtensionStageSettings": [],
                "Description": null,
                "DisplayName": "Initial Policy",
                "DurationInDays": 0,
                "Expiration": {
                    "Duration": null,
                    "EndDateTime": null,
                    "Type": "noExpiration"
                },
                "ExpirationDateTime": null,
                "Id": "f5d158ad-48cd-4641-a578-d2508b80da46",
                "IsCustomAssignmentScheduleAllowed": null,
                "IsDenyPolicy": null,
                "LastModifiedByString": null,
                "LastModifiedDateTime": null,
                "ModifiedBy": null,
                "ModifiedDateTime": null,
                "NotificationSettings": {
                    "IsAllNotificationDisabled": false
                },
                "PolicyAssignmentType": "RequestBased",
                "Questions": [],
                "RequestApprovalSettings": null,
                "RequestorSettings": null,
                "ReviewSettings": null,
                "SpecificAllowedTargets": [],
                "VerifiableCredentialSettings": null
            },
            "AssignmentPolicyId": "f5d158ad-48cd-4641-a578-d2508b80da46",
            "AssignmentState": "Delivering",
            "AssignmentStatus": "Delivering",
            "CatalogId": null,
            "CreatedDateTime": null,
            "CustomExtensionCalloutInstances": null,
            "CustomExtensionHandlerInstances": null,
            "ExpiredDateTime": null,
            "History": null,
            "Id": "00000000-0000-0000-0000-000000000000",
            "IsExtended": false,
            "ModifiedDateTime": null,
            "Schedule": {
                "Duration": null,
                "Expiration": {
                    "Duration": null,
                    "EndDateTime": null,
                    "Type": "notSpecified"
                },
                "Recurrence": null,
                "StartDateTime": null,
                "StopDateTime": null
            },
            "State": "delivering",
            "Status": "Delivering",
            "Target": {
                "AltSecId": null,
                "CleanupScheduledDateTime": null,
                "ConnectedOrganization": {
                    "Description": null,
                    "DisplayName": "walmart.com",
                    "Id": "0c877206-21ea-4921-bff3-97b9d67e1463"
                },
                "ConnectedOrganizationId": "0c877206-21ea-4921-bff3-97b9d67e1463",
                "CreatedDateTime": null,
                "DisplayName": "Matthew Mears",
                "Email": "[email protected]",
                "Id": "4e6e105e-c803-4a4d-8ffb-f622ff84c0ef",
                "ObjectId": "b7da2a38-cd3c-4867-99ea-9ca89213ce16",
                "OnPremisesSecurityIdentifier": null,
                "PrincipalName": "m0m17e2\_homeoffice.wal-mart.com#EXT#@alertinnovation.com",
                "SubjectLifecycle": "notDefined",
                "SubjectType": "user",
                "Tenant": null,
                "Type": "User"
            },
            "TargetId": "b7da2a38-cd3c-4867-99ea-9ca89213ce16"
        },
        "CallbackConfiguration": null,
        "CallbackUriPath": "/identityGovernance/entitlementManagement/assignmentRequests/3cbea889-c774-4670-a9cf-2f14dbb13565/resume",
        "CustomExtensionStageInstanceId": "d7e99664-a81f-42b5-b602-79b2a2e5d001",
        "RequestType": "userAdd",
        "Requestor": {
            "AltSecId": null,
            "CleanupScheduledDateTime": null,
            "ConnectedOrganization": null,
            "ConnectedOrganizationId": null,
            "CreatedDateTime": null,
            "DisplayName": "Matthew Mears",
            "Email": "[email protected]",
            "Id": "4e6e105e-c803-4a4d-8ffb-f622ff84c0ef",
            "ObjectId": "b7da2a38-cd3c-4867-99ea-9ca89213ce16",
            "OnPremisesSecurityIdentifier": null,
            "PrincipalName": "m0m17e2\_homeoffice.wal-mart.com#EXT#@alertinnovation.com",
            "SubjectLifecycle": "notDefined",
            "SubjectType": "user",
            "Tenant": null,
            "Type": "User"
        },
        "Stage": "assignmentRequestApproved",
        "State": "delivering",
        "Status": "Approved",
        "VerifiedCredentialsData": null
    },
    "headers": {
        "Authorization": "*sanitized*",
        "CLIENT-IP": "20.106.9.19:14208",
        "Content-Length": "12848",
        "Content-Type": "application/json; charset=utf-8",
        "DISGUISED-HOST": "prod-63.eastus2.logic.azure.com",
        "Expect": "100-continue",
        "Host": "prod-63.eastus2.logic.azure.com",
        "Max-Forwards": "10",
        "WAS-DEFAULT-HOSTNAME": "flowfe-prod-bn-rp00-app.flow-prod-bn-rp00-ase.p.azurewebsites.net",
        "X-ARR-LOG-ID": "0b531ac8-c724-45e5-a521-b31f274b1c23",
        "X-ARR-SSL": "2048\|256\|CN=Microsoft Azure RSA TLS Issuing CA 07, O=Microsoft Corporation, C=US\|CN=eastus2.logic.azure.com, O=Microsoft Corporation, L=Redmond, S=WA, C=US",
        "X-AppService-Proto": "https",
        "X-Forwarded-For": "20.106.9.19:14208",
        "X-Forwarded-Proto": "https",
        "X-Forwarded-TlsVersion": "1.3",
        "X-Original-URL": "/workflows/5718501a0d184b80949cac62aee78b1b/triggers/manual/paths/invoke?api-version=2019-05-01",
        "X-SITE-DEPLOYMENT-ID": "flowfe-prod-bn-rp00-app\_\_29a6",
        "X-WAWS-Unencoded-URL": "/workflows/5718501a0d184b80949cac62aee78b1b/triggers/manual/paths/invoke?api-version=2019-05-01",
        "client-request-id": "bba40bec-b516-42d1-8205-4da3e1dcd514",
        "x-ms-client-request-id": "bba40bec-b516-42d1-8205-4da3e1dcd514",
        "x-ms-correlation-request-id": "bba40bec-b516-42d1-8205-4da3e1dcd514"
    }
}

Screenshots or Videos

Image

Image

Browser

Firefox

Additional context

No response

@rllyy97 rllyy97 self-assigned this Oct 17, 2024
@rllyy97
Copy link

rllyy97 commented Oct 17, 2024

Hi @oysterlvr this does not appear to be a front end issue, I am going to transfer this over to our backend team repo for investigation.

@rllyy97 rllyy97 transferred this issue from Azure/LogicAppsUX Oct 17, 2024
Copy link

github-actions bot commented Dec 1, 2024

This issue is stale because it has been open for 45 days with no activity.

@github-actions github-actions bot added the stale label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants