Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Setting Allow Anonymous Access Policy

Setting Allow Anonymous Access Policy

For an incoming request to be allowed through the public context, you must apply an
<abp:AllowAnonymousAccess/>
policy as a "user defined" policy in the PDD.
For example, to authenticate a service using
wsse:UsernameToken
, you use this public context:
https://[host]/active-bpel/public/services/[tenant]/[ServiceName]
To allow access, set the following policy on the myRole service endpoint (
[ServiceName]
) in the PDD:
{{<wsp:Policy xmlns:abp="http://schemas.active-endpoints.com/ws/2005/12/policy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
<abp:AllowAnonymousAccess/>
<abp:Authentication direction="in"> <abp:UsernameToken/> </abp:Authentication> </wsp:Policy>}}

0 COMMENTS

We’d like to hear from you!