b7b8ae0f55
* initial commit * Readme.md updated to conform to template * added link tou our documentation in Readme.md |
||
---|---|---|
.. | ||
apiDefinition.swagger.json | ||
apiProperties.json | ||
readme.md |
readme.md
Lex Power Sign connector
Lex Persona is a European qualified trust services provider offering a range of electronic signature solutions. With Lex Enterprise, you have access to all the eIDAS signature levels, along with a large number of signer authentication methods. Your signature books are embedded in digital workflows. Automate connections between Lex Enterprise and all your tools to eliminate repetitive tasks, gain efficiency, and accelerate your business.
Publisher
Lex Persona (www.lex-persona.com)
Prerequisites
You will need to have the following in order to proceed:
- Lex Enterprise subscription. Use the trial plan to test
The environment requirements are:
- A Microsoft Power Apps or Power Automate plan with custom connector feature
- The Power platform CLI tools
Supported operations
Obtaining credentials
Please contact our sales representatives at commercial@lex-persona.com to get a Lex Enteprise subscription or an account on our trial systems.
Connect to the Lex Enterprise portal with your account, and generate an API Key.
Known issues and limitation
N/A
Deployment instructions
By default, the connector is configured to use our trial backend (sgs-wm-test01.sunnystamp.com). If you want to pair the connector with your own Lex Enterprise tenant, edit the apiDefinition.swagger.json file and replace the test system url by your tenant url:
- "host": "yourtenant.lexpersona.com",
Then login to your PowerPlatform:
paconn login
And create the new custom connector:
paconn create --api-prop apiProperties.json --api-def apiDefinition.swagger.json