Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To secure a webservice a role must be added to the baa(r)s service. There are two methods to add roles to the service, at the service definition or at the exposed flow which is started from the webservice.

Service definition

A role Role can be added at the to each operation soap/rest of a service definition in a Web service.

Image RemovedImage Added

Exposed flow

A role Role can be added at the to an exposed flow Flow (which is started from the service definition). This can be useful if the flow is started from multiple contexts. Otherwise adding the role at the service definition is preferable over this option.

Image RemovedImage Added

Security endpoints

...