You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After tested, I found api failed to create Logic App Workflow with accessControl.triggers and threw below error message. Per the error, I assume the openAuthenticationPolicies.type should be set to AAD while creating this resource with "Triggers". But after checked swagger, seems openAuthenticationPolicies.type is marked as read-only in swagger so that we cannot set it as AAD in request body. Service team confirmed it's a bug in swagger.
Error message:
logic.WorkflowsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="OnlyAADOAuthTypeSupported" Message="OAuth authentication policy 'testpolicy1' in access control configuration of workflow is not valid. The 'type' property of authentication policy should be set to AAD."
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Sep 13, 2021
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.
Issue Details
After tested, I found api failed to create Logic App Workflow with accessControl.triggers and threw below error message. Per the error, I assume the openAuthenticationPolicies.type should be set to AAD while creating this resource with "Triggers". But after checked swagger, seems openAuthenticationPolicies.type is marked as read-only in swagger so that we cannot set it as AAD in request body. Service team confirmed it's a bug in swagger.
Error message:
logic.WorkflowsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="OnlyAADOAuthTypeSupported" Message="OAuth authentication policy 'testpolicy1' in access control configuration of workflow is not valid. The 'type' property of authentication policy should be set to AAD."
After tested, I found api failed to create Logic App Workflow with
accessControl.triggers
and threw below error message. Per the error, I assume theopenAuthenticationPolicies.type
should be set toAAD
while creating this resource with "Triggers". But after checked swagger, seemsopenAuthenticationPolicies.type
is marked as read-only in swagger so that we cannot set it asAAD
in request body. Service team confirmed it's a bug in swagger.Error message:
The text was updated successfully, but these errors were encountered: