Controlling authenticated user access to internal service types
Traditional:
In earlier releases of Business Automation Workflow, you could invoke a service by using the executeServiceByName URL and there was no access restriction based on the service type. Instead, services that were only meant for internal use were available to all authenticated users. Although this release of Business Automation Workflow includes behavior that now validates the service type for invocations that are performed using the executeServiceByName URL, an enforce-correct-service-type-for-execute-service-by-name configuration setting has been introduced for backwards compatibility. You can add the setting to the 100Custom.xml files and use it to intentionally permit authenticated users to invoke internal service types.
In earlier releases of Business Automation Workflow, you could invoke a service by using the executeServiceByName URL and there was no access restriction based on the service type. Instead, services that were only meant for internal use were available to all authenticated users. Although this release of Business Automation Workflow includes behavior that now validates the service type for invocations that are performed using the executeServiceByName URL, an enforce-correct-service-type-for-execute-service-by-name configuration setting has been introduced for backwards compatibility. You can add the setting to the 100Custom.xml files and use it to intentionally permit authenticated users to invoke internal service types.
About this task
If you want to accept the default behavior and prevent authenticated users from invoking internal service types, you can still start human services that are exposed to the logged-on user and also start AJAX Services. However, you cannot start other services unless all of the following requirements are met:
- The request is processed on Workflow Center.
- The request was issued by Process Designer in a playback session.
- The user who issues the request is a member of the tw_authors group.
- The user who issues the request is granted Read access to the process application.
If there are any failing services, you should review them to ensure that they are exposed as a URL and exposed to the current user. If you need to revert to the old behavior while you fix your applications, you can permit all authenticated users to invoke internal service types by completing the steps in the following procedure: