---
title: Anonymous User Mapping node
description: Maps unauthenticated users to a named anonymous account in PingAM, enabling limited access without credentials.
component: platform
version: 7.5
page_id: platform:auth-node-ref:anonymous-user-mapping
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/anonymous-user-mapping.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", "Accounts"]
page_aliases: ["auth-node-anonymous-user-mapping.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
  example: Example
---

# Anonymous User Mapping node

Lets users log in to an application or website without providing credentials, by assuming the identity of a specified existing user account. The default user for this purpose is named `anonymous`.

Take care to limit access for such users. For example, grant anonymous users access to public downloads on your site.

## Availability

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

## Outcomes

Single outcome path.

## Properties

| Property            | Usage                                                                                                                                                  |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Anonymous User Name | Specifies the username of an account that represents anonymous users. This user must already exist in the realm, and its user status must be `active`. |

## Example

The following example uses this node to grant access as an anonymous user to users who have performed social authentication access and do not have an existing profile:

![Optionally authenticating as an anonymous user](_images/trees-node-anonymous-user-mapping-tree-example-platform.png)
