---
title: Blind Trust Manager Provider
description: The blind trust manager provider always trusts any certificate that is presented to it, regardless of its issuer, subject, and validity dates.
component: pingds
version: 8.1
page_id: pingds:configref:objects-blind-trust-manager-provider
canonical_url: https://docs.pingidentity.com/pingds/8.1/configref/objects-blind-trust-manager-provider.html
section_ids:
  parent: Parent
  blind_trust_manager_provider_properties: Blind Trust Manager Provider properties
  basic_properties: Basic properties
  enabled: enabled
  advanced_properties: Advanced properties
  java-class: java-class
---

# Blind Trust Manager Provider

The blind trust manager provider always trusts any certificate that is presented to it, regardless of its issuer, subject, and validity dates.

Use the blind trust manager provider only for testing purposes, because it allows clients to use forged certificates and authenticate as virtually any user in the server.

## Parent

The Blind Trust Manager Provider object inherits from [Trust Manager Provider](objects-trust-manager-provider.html).

## Blind Trust Manager Provider properties

You can use configuration expressions to set property values at startup time. For details, see [Property value substitution](expressions.html).

| Basic Properties    | Advanced Properties       |
| ------------------- | ------------------------- |
| [enabled](#enabled) | [java-class](#java-class) |

### Basic properties

Use the `--advanced` option to access advanced properties.

### enabled

|                         |                                                                 |
| ----------------------- | --------------------------------------------------------------- |
| *Synopsis*              | Indicate whether the Trust Manager Provider is enabled for use. |
| *Default value*         | None                                                            |
| *Allowed values*        | truefalse                                                       |
| *Multi-valued*          | No                                                              |
| *Required*              | Yes                                                             |
| *Admin action required* | None                                                            |
| *Advanced*              | No                                                              |
| *Read-only*             | No                                                              |

## Advanced properties

Use the `--advanced` option to access advanced properties.

### java-class

|                         |                                                                                                           |
| ----------------------- | --------------------------------------------------------------------------------------------------------- |
| *Synopsis*              | The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation. |
| *Default value*         | org.opends.server.extensions.BlindTrustManagerProvider                                                    |
| *Allowed values*        | A Java class that extends or implements:- org.opends.server.api.TrustManagerProvider                      |
| *Multi-valued*          | No                                                                                                        |
| *Required*              | Yes                                                                                                       |
| *Admin action required* | None                                                                                                      |
| *Advanced*              | Yes                                                                                                       |
| *Read-only*             | No                                                                                                        |
