---
title: PingOne Credentials Issue node
description: The PingOne Credentials Issue node lets you create a PingOne credential in a journey.
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-issue
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-issue.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-issue.html
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# PingOne Credentials Issue node

The PingOne Credentials Issue node lets you create a PingOne credential in a journey.

## Example

Learn more in an [example journey using PingOne Credentials nodes](pingone-cred-overview.html#p1-cred-example-journey).

## Availability

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

## Inputs

This node retrieves from the shared state the `pingOneUserId` and shared state attributes defined in the attribute map.

## Dependencies

This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and create a PingOne credential.

## Configuration

| Property                  | Usage                                                                                                                                                                                |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| PingOne Worker service ID | The ID of the PingOne Worker service for connecting to PingOne.                                                                                                                      |
| PingOne UserID Attribute  | Local attribute name from which to retrieve `pingOneUserId`. The journey state is first looked up, then the local datastore.                                                         |
| Credential Type ID        | The requested credential name                                                                                                                                                        |
| Attribute map             | The `Key` - `Value` mapping used for associating journey state attributes with credentials. The `Key` is the P1 Credential attribute, and the `Value` is the shared state attribute. |

## Outputs

`pingOneCredentialId` - The ID of the created credential.

## Outcomes

* `Success`

  The required credential was created and issued successfully.

* `Error`

  There was an error during the process of creating credentials.

## Errors

If the API call to PingOne Credentials fails, the following error is logged:

* Error: PingOne Credentials Create a User Credential
