# Auth0 Integration

## Overview

This section contains instructions on Auth0 integration.

{% hint style="info" %}
In the instructions, substitute `<workflowgen url>` with the domain and path to your WorkflowGen instance; for example, `localhost/wfgen` or `mycompany.com/wfgen`.
{% endhint %}

{% content-ref url="/pages/y1bdT9qBI7036YB0pD1V" %}
[Authentication](/tech/auth0-integration/authentication.md)
{% endcontent-ref %}

How to configure WorkflowGen authentication using Auth0

{% content-ref url="/pages/F0e64O32YtcFkv9ttg26" %}
[User Provisioning](/tech/auth0-integration/user-provisioning.md)
{% endcontent-ref %}

How to create a directory with the self-provisioning connector

{% content-ref url="/pages/5abPBxusXAMcoGMhaZmV" %}
[WorkflowGen Plus v2](/tech/auth0-integration/workflowgen-plus-v2.md)
{% endcontent-ref %}

How to configure delegated authentication for the WorkflowGen Plus v2 mobile application using Auth0

{% content-ref url="/pages/mij8uXeBW305L22exwyN" %}
[Server-Side Scripts](/tech/auth0-integration/server-side-scripts.md)
{% endcontent-ref %}

How to authorize WorkflowGen access to server-side scripts using Auth0

{% content-ref url="/pages/acqT9vgPePIRFdeWOUyV" %}
[Single-Page Applications](/tech/auth0-integration/single-page-applications.md)
{% endcontent-ref %}

How to authorize WorkflowGen access to single-page applications using Auth0

{% content-ref url="/pages/cM0kZKAHXBBItrtjziCi" %}
[WorkflowGen CLI](/tech/auth0-integration/workflowgen-cli.md)
{% endcontent-ref %}

How to authorize Auth0 access to the WorkflowGen command line interface

{% content-ref url="/pages/5abPBxusXAMcoGMhaZmV" %}
[WorkflowGen Plus v2](/tech/auth0-integration/workflowgen-plus-v2.md)
{% endcontent-ref %}

How to generate a universal link to simplify the WorkflowGen Plus mobile app user login

{% content-ref url="/pages/9HjwrvOx8CjfQmUKOuHP" %}
[Additional Information](/tech/auth0-integration/additional-information.md)
{% endcontent-ref %}

Additional information on SOAP services support and provisioning users and groups


---

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