Allow partners to self-register in the DPS application.
When a partner user wants to register from the login form, he or she must provide a code, which is used to identify the partner under which the user is to be created. Using the Partner Provider plugin, it is possible to specify an external endpoint, which Servitly invokes during this phase, to retrieve the partner information given the provided code. The partner information, is used to automatically create the Partner object inside Servitly.
In order to read partner information, it is expected that the external endpoint returns a plain JSON object.
The usage of this plugin is not needed when "Enable partner self-registration without code" option has been selected within the console under the Access & Security / Account page.
Plugin Configuration
To enable this plugin, you need to:- Go to the Integrations / Plugins page.
- Select the Business Apps category.
- Locate the Partner Provider card.
- Click on the card switch to activate the plugin.
- Configure the plugin properties and save.
Here is the list of all the properties that can be used in the plugin configuration.
PROPERTIES | |
---|---|
Endpoint URL | The URL of the endpoint to invoke to obtain partner information based on the code during self-registration. Type: STRING | Mandatory |
Authentication | The authentication used by the remote service. Type: AUTHENTICATION | Optional |
Name Field | The name of the response field providing the partner name. Type: STRING | Mandatory |
Property Mapping | The mapping between response fields and partner properties to be enhanced during partner self-registration. Type: KEY_VALUE | Mandatory |
Target Organization | The organization to be associated with the partner being registered. Type: SELECTION | Optional |
Comments
0 comments
Please sign in to leave a comment.