BP Process as Webservice - IP Address limitation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-18 09:08 PM
Hello,
We are trying to expose a Process as a web service, in order 3rd parties to call it.
The requirement here is to accept web service calls only from specific IP addresses.
How can we limit the IP address to a specific range, and listen requests only by them?
Thanks in advance.
Konstantinos Vogiatzakis
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-05-18 06:02 PM
Not sure how to limit IP ranges with the product - that might be something to ask your network team and keep it outside of the exposed process. The whole point of a service is to be available for authorised consumers.
The caller needs to be authenticated (have an account in BP with access to run processes) - this information is sent in the message so only authorised parties can call the service. This is better as it's not limiting. Thanks.
