> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/tech-fr/9.4/integration-ad-fs/generation-dun-lien-universel.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
