app:// followed by an application identifier.
The way the infrastructure works is as follows:
- EIS sends the customer tenants ERP Connector URL setting (
app://[applicationid]) to the Application Authorization Service (AAS). - AAS creates a signed JWT security token and sends it to be authenticated by the ERP Connector.
- The ERP Connector replies with a signed JWT token and is validated by the AAS.
- AAS sends the customer tenant the ERP Connectors URL.
- EIS begins to synchronize data with the ERP Connector.