# Génération d'un lien universel

## Aperçu

Depuis la version 7.11.2 de WorkflowGen serveur, vous pouvez générer un lien universel pour simplifier le processus de connexion Auth0 de vos utilisateurs de l'application mobile WorkflowGen Plus v2.

### URL de base

* **protocol:** `workflowgenplus://`&#x20;
* **hostname:** `auth.init`

### Paramètres

Vous devez régler les paramètres suivants :

* **provider** : `adfs`&#x20;
* **server\_address** : L'URL de votre application WorkflowGen, dont la valeur doit être encodée URL (p.ex. : `https://macompagnie.com/wfgen`).
* **client\_id** : Utilisez l'ID client que vous avez créé antérieurement dans la configuration (p.ex. : `6g909d00-8580-49a4-9003-a30f6b87ae86`).
* **domain** : Le nom du domaine AD FS sans le protocole URL (p.ex. : `macompagnie.com`).
* **audience** : L'URL de votre API GraphQL de WorkflowGen, dont la valeur doit être encodée  URL (p.ex. : `http://macompagnie.com/wfgen/graphql`).&#x20;

Le lien universel devrait suivre cette structure :

```
workflowgenplus://auth.init?provider=adfs&client_id=6g909d00-8580-49a4-9003-a30f6b87ae86&domain=macompagnie.com&audience=http%3A%2F%2Fworkflow.macompagnie.com%2Fwfgen
```

{% hint style="success" %}
Une fois que vous aurez généré le lien universel, donnez-le à vos utilisateurs, qui pourront l'utiliser pour se connecter à WorkflowGen Plus par la méthode préconfigurée.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/tech-fr/9.4/integration-ad-fs/generation-dun-lien-universel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
