PingOne Credentials Find Wallets node
The PingOne Credentials Find Wallets node lets you list all paired digital wallets from the PingOne user.
Compatibility
Product | Compatible? |
---|---|
Advanced Identity Cloud |
Yes |
PingAM (self-managed) |
Yes |
Ping Identity Platform (self-managed) |
Yes |
Inputs
This node first attempts to get the user ID from the pingOneUserId
in the
journey state. If it does not find pingOneUserId
, it gets the user ID from
the objectAttributes
in the shared state.
Dependencies
This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and list the paired wallets of a user.
Configuration
Property | Usage |
---|---|
PingOne Service |
The ID of the PingOne Worker service for connecting to PingOne. |
PingOne UserID Attribute |
Local attribute name from which to retrieve |
Outputs
-
pingOneWalletId
: The PingOne digital wallet ID. -
pingOneApplicationInstanceId
: The Application Instance ID of the digital wallet where the credential was stored. -
pingOneActiveWallets
: The PingOne User’s active digital wallets.
Outcomes
Success
-
One digital wallet was found and returned.
Success Many
-
All digital wallets were found and listed.
Not Found
-
No digital wallet was found.
Error
-
There was an error during the process of finding the wallet.
Troubleshooting
If this node logs an error, review the log messages to find the reason for the error and address the issue appropriately.
If the API call to PingOne Credentials fails, the following error is logged:
-
Error:
PingOne Credentials Find a Wallet- Status Code - Response Body
Example
Learn more in an example journey using PingOne Credentials nodes.