Registration eSuite Only (Server Side)
Registration of an account when the primary IDM within the platform will be eSuite, this authentication will be processed through a middle ware server. Once created the user’s email address in conjunction with a password will be used to Authenticate in the future.
Description
The diagram below shows the Server-Side implementation of user registration flow. In this flow the browser calls into Middle Ware which in turn calls a single API call to the eSuite platform to perform the registration of the user.
Workflow
Authentication
As these are server-side API being called then server-side authentication is used for the API. API authentication method details can be found here: https://supportstaging.mppglobal.com/technical/esuite-rest-api-support/authenticating/eSuite Authentication Prerequisite
To enable access to Server Side API's eSuite MPP Global will provide the following:- Client ID
- Client API Password
API Documentation
Details on the API used in this diagram can be found at the links below:
- /api/accounts - https://dev.mppglobal.com/reference#accounts_createaccountv11
