How to provision a webservice account that are no entitlement

Hi,

i went through many topics but could not find anything.
The webservice source does not have any entitlement and I need to provision the account,
Role and access profile need an entitlement to be linked to the WebService source.
How could I create a dummy entitlement and assign it to the webservice source?

Many thanks ,

Hi @CBEN2024

For this case, you can create new Aggregate group method. In this method you must set a valid url context (for example context url to test connection).

In Response attribute mapping section, you can set a attribute name of your group schema, and static value in the attribute pacth value. For example you can create a attribute in your group schema called EntName, and in the attribute path, you can set the value ./“EntitlementTest”

Then, If you execute aggregate group task, EntitlementTest entitlement will be created

1 Like