> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/3rd-party-integration/qlmauthenticationprovider.md).

# QlmAuthenticationProvider

### Overview

The QlmAuthenticationProvider is a general Authentication Provider that is not associated with any specific vendor.&#x20;

It can be used in the context of HTTP methods to authenticate and validate the integrity of requests.

### Configuration

You can customize the settings of the QlmAuthenticationProvider from the QLM Management Console / Manager Keys / 3rd Party Extensions / QlmAuthenticationProvider.

You should configure the user and password required to invoke HTTP methods.

You can also configure an API Key to enable [QLM Strict Authentication](/docs/how-to/how-to-invoke-a-qlm-http-method-that-requires-strict-authentication.md).

<figure><img src="/files/2aUMt6qhru7QArh6NGs0" alt=""><figcaption></figcaption></figure>

### Responses

When invoking an HTTP method using the QlmAuthenticationProvider, responses are formatted as XML fragments.

Example:

Request:

{% code overflow="wrap" %}

```url
https://qlm3.net/qlmdemo/qlmLicenseServer/qlmservice.asmx/GetActivationKeyWithExpiryDate?is_productid=1&is_majorversion=1&is_minorversion=0&is_vendor=QlmAuthenticationProvider&is_expduration=10&orderNumber=1234&subscriptionid=5678&is_licensemodel=subscription
```

{% endcode %}

Response:

<figure><img src="/files/Ya0uRfVtXukyOOB4Dxxn" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.soraco.co/docs/3rd-party-integration/qlmauthenticationprovider.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.
