# Intégration Gardian

## Aperçu

Cette section contient les instructions sur comment configurer l'authentification déléguée WorkflowGen avec Gardian.

Le processus de configuration de Gardian suit de près celui d'Okta. Pour configurer Gardian, commencez par suivre les instructions de la section [Authentification Okta](/tech-fr/9.3/integration-okta.md#authentification-okta) en remplaçant les valeurs par les spécifications du fournisseur de services Gardian où nécessaire. Après avoir terminé ces étapes, revenez à cette section pour les détails de configuration spécifiques à Gardian.

## Configuration de WorkflowGen

Maintenant, vous devez configurer WorkflowGen pour déléguer son authentification à Gardian.

### Ajoutez les valeurs Gardian au `web.config` de WorkflowGen

Ouvrez le fichier `web.config` de WorkflowGen et ajoutez les propriétés suivantes :

```html
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <appSettings>
        <!-- Gardian auth -->
        <add key="ApplicationSecurityAuthProvider" value="gardian"/>
        <add key="ApplicationSecurityAuthAcrValues" value="<ACR VALUES>" />
    </appSettings>
</configuration>
```

* Remplacez `<ACR VALUES>` par les valeurs ACR spécifiées par votre fournisseur de services Gardian.


---

# 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.3/integration-gardian.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.
