Generating a Universal Link
Overview
As of WorkflowGen server version 7.11.2, you can generate a universal link to simplify the Auth0 login process for your WorkflowGen Plus mobile app users.
Base URL
protocol:
workflowgenplus://
hostname:
auth.init
Parameters
You'll need to specify the following parameters:
provider:
auth0
server_address: Your WorkflowGen application URL, whose value must be URL encoded (e.g.
https://mycompany.com/wfgen
)client_id: Use the client ID you created earlier in the configuration (e.g.
7gdj4hs92y
)domain: The Auth0 domain name without URL protocol (e.g
mydomain.auth0.com
)audience: Your WorkflowGen GraphQL API URL, whose value must be URL encoded (e.g.
https://mycompany.com/wfgen/graphql
)
The universal link should follow this format:
Once you've generated the universal link, give it to your users, who can use it to sign in to WorkflowGen Plus with the preset sign-in method.