---
title: Provision IDM Account node
description: Deprecated. The Provision IDM Account node redirected users to a PingIDM instance to provision an account after social authentication in PingAM.
component: platform
version: 7.5
page_id: platform:auth-node-ref:am-only/provision-IDM-account
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/am-only/provision-IDM-account.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Social Authentication", "Account"]
page_aliases: ["auth-node-provision-IDM-account.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
  example: Example
---

# Provision IDM Account node

Redirects users to an IDM instance to provision an account.

|   |                                                                                                                                                                                                                                                        |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|   | This node and its related services, are deprecated.You can find information on the new methods for implementing social authentication in [Social authentication](https://docs.pingidentity.com/pingam/7.5/am-authentication/social-registration.html). |

Ensure you configured the details of the IDM instance in AM, by navigating to Configure > Global Services > IDM Provisioning.

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | No         |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | No         |

## Outcomes

Single outcome path.

## Properties

| Property         | Usage                                                                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Account Provider | Specifies the name of the class that implements the account provider.Default: `org.forgerock.openam.authentication.modules.common.mapping.DefaultAccountProvider` |

## Example

The following example uses this node to let users who have performed social authentication using Facebook provide a password and provision an account if they do not have a matching existing profile:

![IDM account provisioning in context](../_images/trees-node-Facebook-ProvisionIDMAccount-example.png)
