---
title: Consent Stage
description: This stage evaluates a boolean consentGiven (true or false). The user is prompted to consent for each mapping that is set to require consent. If consent is required but not given, the stage fails with an exception. It is up to the client to handle that exception, for example, to prevent registration if the user does not provide consent.
component: pingidm
version: 7.5
page_id: pingidm:self-service-reference:stages/stage-consent
canonical_url: https://docs.pingidentity.com/pingidm/7.5/self-service-reference/stages/stage-consent.html
keywords: ["Configuration", "Authentication", "Self-Service", "User Self-Service"]
---

# Consent Stage

This stage evaluates a boolean `consentGiven` (`true` or `false`). The user is prompted to consent for each mapping that is set to require consent. If consent is required but not given, the stage fails with an exception. It is up to the client to handle that exception, for example, to prevent registration if the user does not provide consent.

* Dependencies

  No dependencies on previous or following stages. This stage can occur anywhere in a process.

* Required Parameters

  * None.
