# 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://`&#x20;
* **hostname:** `auth.init`

## Parameters

You'll need to specify the following parameters:

* **provider:** `auth0`&#x20;
* **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:

```
workflowgenplus://auth.init?provider=auth0&server_address=https%3A%2F%2Fmycompany.com%2Fwfgen&client_id=7gdj4hs92y&domain=mydomain.auth0.com&audience=https%3A%2F%2Fmycompany.com%2Fwfgen%2Fgraphql
```

{% hint style="success" %}
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.
{% endhint %}
