Base solution for your next web application
Open Closed

Protecting Else EndPoints using AbpAuthroize #11649


User avatar
0
maharatha created

I was able to integrate Elsa into my Angular and the .Net Core Application. I am using the latest version.

I am trying to understand how can I protect Elsa Endpoints like //Hello-World by using AbpAuthorize data annotation.

I basically want an documentid to be posted to an endpoint which will trigger the flow, however only Authorized user can hit this end point. So how to implement it.

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @maharatha,

    You can't use data annotations for endpoints that are created with workflow. Instead of this, you can use the security panel in Elsa.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)