Internet-Draft | EPP Grace Period Mapping | July 2025 |
Carney, et al. | Expires 4 January 2026 | [Page] |
This document describes an Extensible Provisioning Protocol (EPP) [RFC5730] extension mapping for the management of Domain Name System (DNS) domain names subject to "grace period" policies. Grace period policies exist to allow protocol actions to be reversed or otherwise revoked during a short period of time after the protocol action has been performed. This mapping extends the EPP domain name mapping [RFC5731] to provide additional features required for grace period processing.¶
This document replaces the extension mapping for grace periods described in [RFC3915], rendering that document obsolete.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 4 January 2026.¶
Copyright (c) 2025 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
This document describes an extension mapping for the Extensible Provisioning Protocol (EPP) described in [RFC5730]. This mapping extends the domain name mapping described in [RFC5731].¶
The EPP core protocol specification [RFC5730] provides a complete description of EPP command and response structures. A thorough understanding of the base protocol specification is necessary to understand the mapping described in this document.¶
This mapping extends the EPP domain <update>
command to initiate the redemption process for a domain name that has entered the Redemption Grace Period (RGP) and it extends the EPP domain <info>
response to identify the status of domains that have entered various grace periods defined by policy, including:¶
Each grace period exists for a specific period of time that is typically measured in days. The duration of each grace period is a matter of registry operational policy that is not addressed in this document.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
In examples, "C:
" represents lines sent by a protocol client and "S:
" represents lines returned by a protocol server.
Indentation and white space in examples are provided only to illustrate element relationships and are not required features of this protocol.¶
A protocol client that is authorized to manage an existing object is described as a "sponsoring" client throughout this document.¶
XML is case sensitive. Unless stated otherwise, XML specifications and examples provided in this document MUST be interpreted in the character case presented in order to develop a conforming implementation.¶
EPP uses XML namespaces to provide an extensible object management framework and to identify schemas required for XML instance parsing and validation. These namespaces and schema definitions are used to identify both the base protocol schema and the schemas for managed objects.¶
The XML namespace prefixes used in examples (such as the string rgp
in rgp:infData
) are solely for illustrative purposes.
A conforming implementation MUST NOT require the use of these or any other specific namespace prefixes.¶
In accordance with Section 3.2.2.1 of XML Schema Part 2: Datatypes [XSD-DATATYPES],
the allowable lexical representations for the xs:boolean
datatype are the strings "0
" and "false
" for the concept 'false' and the strings "1
" and "true
" for the concept 'true'.
Implementations MUST support both styles of lexical representation.¶
The Redemption Grace Period (RGP) involves several domain state transitions as a domain name moves through the redemption process:¶
ok
" status, or some other
status that allows processing of the EPP <delete>
command.¶
<delete>
command is received and processed for the domain name.¶
<delete>
command is processed successfully.
The EPP status changes to "pendingDelete
", and the RGP status is initialized to "redemptionPeriod
".
The domain remains in this state until either a <restore>
operation is requested or the redemption period elapses.¶
<restore>
operation can be requested using the extended EPP <update>
command.
Go to step 8 if the redemption period elapses before a <restore>
request is received.¶
<restore>
is successful, the Registry waits to receive a restore report from the registrar for a period of time defined by the Registry.
The EPP status remains "pendingDelete
" and the RGP status changes to "pendingRestore
".
While this extension defines a method to deliver a restore report via EPP, an out-of-band mechanism (such as a web site) can also be used to deliver restore reports.¶
ok
" (or whatever it was prior to processing the <delete>
command), and the RGP status is removed completely.¶
<restore>
request is received.¶
pendingDelete
" and the RGP status changes to "pendingDelete
".
The domain name remains in this state for a period of time defined by the Registry.¶
| v +----------------------+ (2) +----------------------+ |EPP: ok (1)| <delete> |EPP: pendingDelete (3)| |RGP: N/A |--------->|RGP: redemptionPeriod | +----------------------+ +----------------------+ ^ (4) | ^ | | <restore> | | No (8) | | +-----------+ | <restore> | | | | | | v | v | +----------------------+ | +----------------------+ | |EPP: pendingDelete (5)| | |EPP: pendingDelete (9)| | |RGP: pendingRestore |---------+ |RGP: pendingDelete | | +----------------------+ Report +----------------------+ | | not (6) | | (7) | Received Purge (10) | | Report Received | | +--------------------+ v +----------------------+ | Purged (11)| | | +----------------------+
This extension adds additional elements to the EPP domain name mapping [RFC5731]. Only new element descriptions are described here.¶
This extension defines new status values to represent the different states that a domain name can be in as a result of grace period processing. These are:¶
addPeriod
autoRenewPeriod
renewPeriod
transferPeriod
redemptionPeriod
<delete>
command has been received, but the domain has not yet been purged because an opportunity exists to restore the domain and abort the deletion process.¶
pendingRestore
redemptionPeriod
" state.¶
pendingDelete
redemptionPeriod
" state.
A domain in this status MUST also be in the "pendingDelete
" status described in Section 2.3 of the EPP domain mapping [RFC5731].¶
This extension allows a client to provide copies of registration data (whois [RFC954] data, for example) and supporting information in a restore report as required by the RGP process. No specific format is required by this extension; both free text and XML markup MAY be used.¶
Operators of servers that provide registration data might find it useful to provide grace period status values in their responses to client queries. This information can be useful to people who want to understand the operations that can be performed on a domain name at any give time.¶
Date and time attribute values MUST be represented in Universal Coordinated Time (UTC) using the Gregorian calendar.
The extended date-time form using upper case "T
" and "Z
" characters defined in [RFC3339] MUST be used to represent date-time values as XML Schema does not support truncated date-time forms or lower case "T
" and "Z
" characters.¶
The RGP process requires a client to make two statements regarding the data included in a restore report. No specific format is required by this extension; both free text and XML markup MAY be used. English is the default language used within the statements, but other languages MAY be used.¶
A detailed description of the EPP syntax and semantics can be found in the EPP core protocol specification [RFC5730]. The command mappings described here are specifically for use in implementing redemption grace period processes via EPP.¶
EPP provides three commands to retrieve object information:
<check>
to determine if an object is known to the server,
<info>
to retrieve detailed information associated with an object,
and <transfer>
to retrieve object transfer status information.¶
This extension does not add any elements to the EPP <check>
command or <check>
response described in Section 3.1.1 of the EPP domain mapping [RFC5730].¶
This extension does not add any elements to the EPP <info>
command described in Section 3.1.2 of the EPP domain mapping [RFC5731].
Additional elements are defined for the <info>
response.¶
When an <info>
command has been processed successfully, the EPP <resData>
element MUST contain child elements as described in Section 3.1.2 of [RFC5731].
In addition, the EPP <extension>
element MUST contain a child <rgp:infData>
element that identifies the registry grace period namespace and the location of the registry grace period schema.
The <rgp:infData>
element contains one or more <rgp:rgpStatus>
elements that contain a single attribute "s
" whose values describe the current grace period status of the domain.
Possible status values are described in Section 3.1.¶
Example <info>
response for "addPeriod
" status:¶
S:<?xml version="1.0" encoding="UTF-8" standalone="no"?> S:<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> S: <response> S: <result code="1000"> S: <msg>Command completed successfully</msg> S: </result> S: <resData> S: <domain:infData S: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> S: <domain:name>example.com</domain:name> S: <domain:roid>EXAMPLE1-REP</domain:roid> S: <domain:status s="ok"/> S: <domain:ns> S: <domain:hostObj>ns1.example.com</domain:hostObj> S: <domain:hostObj>ns1.example.net</domain:hostObj> S: </domain:ns> S: <domain:clID>ClientX</domain:clID> S: <domain:crID>ClientX</domain:crID> S: <domain:crDate>2003-11-26T22:00:00.0Z</domain:crDate> S: <domain:exDate>2005-11-26T22:00:00.0Z</domain:exDate> S: <domain:authInfo> S: <domain:pw>2fooBAR</domain:pw> S: </domain:authInfo> S: </domain:infData> S: </resData> S: <extension> S: <rgp:infData xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> S: <rgp:rgpStatus s="addPeriod"/> S: </rgp:infData> S: </extension> S: <trID> S: <clTRID>ABC-12345</clTRID> S: <svTRID>54322-XYZ</svTRID> S: </trID>¶
Example <info>
response for "redemptionPeriod"
status:¶
S:<?xml version="1.0" encoding="UTF-8" standalone="no"?> S:<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> S: <response> S: <result code="1000"> S: <msg>Command completed successfully</msg> S: </result> S: <resData> S: <domain:infData S: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> S: <domain:name>example.com</domain:name> S: <domain:roid>EXAMPLE1-REP</domain:roid> S: <domain:status s="pendingDelete"/> S: <domain:ns> S: <domain:hostObj>ns1.example.com</domain:hostObj> S: <domain:hostObj>ns1.example.net</domain:hostObj> S: </domain:ns> S: <domain:clID>ClientX</domain:clID> S: <domain:crID>ClientY</domain:crID> S: <domain:crDate>1999-04-03T22:00:00.0Z</domain:crDate> S: <domain:upID>ClientX</domain:upID> S: <domain:upDate>1999-12-03T09:00:00.0Z</domain:upDate> S: <domain:exDate>2005-04-03T22:00:00.0Z</domain:exDate> S: <domain:trDate>2000-04-08T09:00:00.0Z</domain:trDate> S: <domain:authInfo> S: <domain:pw>2fooBAR</domain:pw> S: </domain:authInfo> S: </domain:infData> S: </resData> S: <extension> S: <rgp:infData xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> S: <rgp:rgpStatus s="redemptionPeriod"/> S: </rgp:infData> S: </extension> S: <trID> S: <clTRID>ABC-12345</clTRID> S: <svTRID>54322-XYZ</svTRID> S: </trID> S: </response> S:</epp>¶
Example <info>
response extension for "pendingRestore
" status (note that only the extension element changes from the first example):¶
S:<extension> S: <rgp:infData xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> S: <rgp:rgpStatus s="pendingRestore"/> S: </rgp:infData> S:</extension>¶
Example <info>
response extension for "pendingDelete
" status (note that only the extension element changes from the first example):¶
S:<extension> S: <rgp:infData xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> S: <rgp:rgpStatus s="pendingDelete"/> S: </rgp:infData> S:</extension>¶
This extension does not add any elements to the EPP <transfer>
command or <transfer>
response described in Section 3.1.3 of the EPP domain mapping [RFC5731].¶
EPP provides five commands to transform objects:
<create>
to create an instance of an object,
<delete>
to delete an instance of an object,
<renew>
to extend the validity period of an object,
<transfer>
to manage object sponsorship changes,
and <update>
to change information associated with an object.¶
This extension does not add any elements to the EPP <create>
command or <create>
response described in Section 3.2.1 of the EPP domain mapping [RFC5731].¶
This extension does not add any elements to the EPP <delete>
command or <delete>
response described in Section 3.2.2 of the EPP domain mapping [RFC5731].¶
This extension does not add any elements to the EPP <renew>
command or <renew>
response described in Section 3.2.3 of the EPP domain mapping [RFC5731].¶
This extension does not add any elements to the EPP <transfer>
command or <transfer>
response described in Section 3.2.4 of the EPP domain mapping [RFC5731].¶
This extension defines additional elements to extend the EPP <update>
command and response described in Section 3.2.5 of the EPP domain mapping [RFC5731] for redemption grace period processing.¶
The EPP <update>
command provides a transform operation that allows a client to change the state of a domain object.
The registry grace period extension modifies base update processing to support redemption of domain names for which a <delete>
command has been processed, but the name has not yet been purged.¶
Section 3.2.5 of the EPP domain mapping describes the elements that have to be specified within an <update>
command.
The requirement to provide at least one <domain:add>
, <domain:rem>
, or <domain:chg>
element is updated by this extension such that at least one empty <domain:add>
, <domain:rem>
, or <domain:chg>
element MUST be present if this extension is specified within an <update>
command.
This requirement is updated to disallow the possibility of modifying a domain object as part of redemption grace period recovery processing.¶
In addition to the EPP command elements described in Section 4.2.5 of the EPP domain mapping [RFC5731], the <update>
command MUST contain an <extension>
element.
The <extension>
element MUST contain a child <rgp:update>
element that identifies the registry grace period namespace and the location of the registry grace period schema.
The <rgp:update>
element contains a single <rgp:restore>
element that contains an OPTIONAL <rgp:report>
element that MAY be used to deliver a redemption grace period restore report.¶
The <rgp:restore>
element contains a REQUIRED "op" attribute that describes the redemption grace period operation being requested.
Two values are defined: "request" is used to identify a restore request that does not include a restore report, and "report" is used to identify a restore request that contains a restore report.
A report MAY be submitted more than once if corrections are required.
If the value of the "op" attribute is "request" an <rgp:report>
element MUST NOT be present.
If the value of the "op" attribute is "report" an <rgp:report>
element MUST be present.¶
The <rgp:report>
element contains the following child elements:¶
<rgp:preData>
element that contains a copy of the registration data that existed for the domain name prior to the domain name being deleted.
This element MAY contain both text and XML markup.¶
<rgp:postData>
element that contains a copy of the registration data that exists for the domain name at the time the restore report is submitted.
This element MAY contain both text and XML markup.¶
<rgp:delTime>
element that contains the date and time when the domain name delete request was sent to the server.¶
<rgp:resTime>
element that contains the date and time when the original <rgp:restore>
command was sent to the server.¶
<rgp:resReason>
element that contains a brief explanation of the reason for restoring the domain name.¶
<rgp:statement>
element that contains a text statement that the client has not restored the domain name in order to assume the rights to use or sell the domain name for itself or for any third party.
Supporting information related to this statement MAY be supplied in the <rgp:other>
element described below.
An OPTIONAL "lang" attribute MAY be present to identify the language if English (value "en
") is not used to represent the statement.¶
<rgp:statement>
element that contains a text statement that the information in the restore report is factual to the best of the client's knowledge.
An OPTIONAL "lang
" attribute MAY be present to identify the language if English (value "en
") is not used to represent the statement.¶
<rgp:other>
element that contains any information needed to support the statements provided by the client.
This element MAY contain both text and XML markup.¶
Example <update>
command without a restore report:¶
C:<?xml version="1.0" encoding="UTF-8" standalone="no"?> C:<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> C: <command> C: <update> C: <domain:update C: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> C: <domain:name>example.com</domain:name> C: <domain:chg/> C: </domain:update> C: </update> C: <extension> C: <rgp:update xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> C: <rgp:restore op="request"/> C: </rgp:update> C: </extension> C: <clTRID>ABC-12345</clTRID> C: </command> C:</epp>¶
Example <update>
command with a restore report:¶
C:<?xml version="1.0" encoding="UTF-8" standalone="no"?> C:<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> C: <command> C: <update> C: <domain:update C: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> C: <domain:name>example.com</domain:name> C: <domain:chg/> C: </domain:update> C: </update> C: <extension> C: <rgp:update xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> C: <rgp:restore op="report"> C: <rgp:report> C: <rgp:preData>Pre-delete registration data goes here. C: Both XML and free text are allowed.</rgp:preData> C: <rgp:postData>Post-restore registration data goes here. C: Both XML and free text are allowed.</rgp:postData> C: <rgp:delTime>2003-07-10T22:00:00.0Z</rgp:delTime> C: <rgp:resTime>2003-07-20T22:00:00.0Z</rgp:resTime> C: <rgp:resReason>Registrant error.</rgp:resReason> C: <rgp:statement>This registrar has not restored the C: Registered Name in order to assume the rights to use C: or sell the Registered Name for itself or for any C: third party.</rgp:statement> C: <rgp:statement>The information in this report is C: true to best of this registrar's knowledge, and this C: registrar acknowledges that intentionally supplying C: false information in this report shall constitute an C: incurable material breach of the C: Registry-Registrar Agreement.</rgp:statement> C: <rgp:other>Supporting information goes C: here.</rgp:other> C: </rgp:report> C: </rgp:restore> C: </rgp:update> C: </extension> C: <clTRID>ABC-12345</clTRID> C: </command> C:</epp>¶
When an extended <update>
command without a restore report has been processed successfully, the EPP response is as described in Section 4.2.5 of the EPP domain mapping [RFC5731] except that an extension element is added to describe grace period status as a result of processing the <update>
command.
The extension element contains a single child element (<upData>
) that itself contains a single child element (<rgpStatus>
) that contains a single attribute "s
" whose value MUST be "pendingRestore
" if the <restore
> request has been accepted.¶
Example "restore request" <update
> response:¶
S:<?xml version="1.0" encoding="UTF-8" standalone="no"?> S:<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> S: <response> S: <result code="1000"> S: <msg lang="en">Command completed successfully</msg> S: </result> S: <extension> S: <rgp:upData xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1"> S: <rgp:rgpStatus s="pendingRestore"/> S: </rgp:upData> S: </extension> S: <trID> S: <clTRID>ABC-12345</clTRID> S: <svTRID>54321-XYZ</svTRID> S: </trID> S: </response> S:</epp>¶
When an extended <update>
command with a restore report has been processed successfully, the EPP response is as described in Section 4.2.5 of the EPP domain mapping [RFC5731] with no registry grace period extension.
Registry grace period extension is not required because acceptance of the restore report completes redemption grace period processing.¶
An EPP object mapping is specified in XML Schema notation.
The formal syntax presented here is a complete schema representation of the object mapping suitable for automated validation of EPP XML instances.
The "BEGIN
" and "END
" tags are not part of the schema; they are used to note the beginning and ending of the schema for URI registration purposes.¶
BEGIN <?xml version="1.0" encoding="UTF-8"?> <schema targetNamespace="urn:ietf:params:xml:ns:epp:rgp-1.1" xmlns:rgp="urn:ietf:params:xml:ns:epp:rgp-1.1" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <annotation> <documentation> Extensible Provisioning Protocol v1.0 domain name extension schema for registry grace period processing. </documentation> </annotation> <!-- Child elements found in EPP commands. --> <element name="update" type="rgp:updateType"/> <!-- Child elements of the <update> command for the redemption grace period. --> <complexType name="updateType"> <sequence> <element name="restore" type="rgp:restoreType"/> </sequence> </complexType> <complexType name="restoreType"> <sequence> <element name="report" type="rgp:reportType" minOccurs="0"/> </sequence> <attribute name="op" type="rgp:rgpOpType" use="required"/> </complexType> <!-- New redemption grace period operations can be defined by adding to this enumeration. --> <simpleType name="rgpOpType"> <restriction base="token"> <enumeration value="request"/> <enumeration value="report"/> </restriction> </simpleType> <complexType name="reportType"> <sequence> <element name="preData" type="rgp:mixedType"/> <element name="postData" type="rgp:mixedType"/> <element name="delTime" type="dateTime"/> <element name="resTime" type="dateTime"/> <element name="resReason" type="rgp:reportTextType"/> <element name="statement" type="rgp:reportTextType" maxOccurs="2"/> <element name="other" type="rgp:mixedType" minOccurs="0"/> </sequence> </complexType> <complexType name="mixedType"> <complexContent mixed="true"> <restriction base="anyType"> <sequence> <any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> <complexType name="reportTextType"> <complexContent mixed="true"> <restriction base="anyType"> <sequence> <any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="lang" type="language" default="en"/> </restriction> </complexContent> </complexType> <!-- Child response elements. --> <element name="infData" type="rgp:respDataType"/> <element name="upData" type="rgp:respDataType"/> <!-- Response elements. --> <complexType name="respDataType"> <sequence> <element name="rgpStatus" type="rgp:statusType" maxOccurs="unbounded"/> </sequence> </complexType> <!-- Status is a combination of attributes and an optional human-readable message that may be expressed in languages other than English. --> <complexType name="statusType"> <simpleContent> <extension base="normalizedString"> <attribute name="s" type="rgp:statusValueType" use="required"/> <attribute name="lang" type="language" default="en"/> </extension> </simpleContent> </complexType> <simpleType name="statusValueType"> <restriction base="token"> <enumeration value="addPeriod"/> <enumeration value="autoRenewPeriod"/> <enumeration value="renewPeriod"/> <enumeration value="transferPeriod"/> <enumeration value="pendingDelete"/> <enumeration value="pendingRestore"/> <enumeration value="redemptionPeriod"/> </restriction> </simpleType> <!-- End of schema. --> </schema> END¶
EPP is represented in XML, which provides native support for encoding information using the Unicode character set and its more compact representations including UTF-8 [RFC3629].
Conformant XML processors recognize both UTF-8 and UTF-16 [RFC2781].
Though XML includes provisions to identify and use other character encodings through use of an "encoding" attribute in an <?xml?>
declaration, use of UTF-8 is RECOMMENDED in environments where parser encoding support incompatibility exists.¶
As an extension of the EPP domain mapping [RFC5731], the elements, element content, attributes, and attribute values described in this document MUST inherit the internationalization conventions used to represent higher-layer domain and core protocol structures present in an XML instance that includes this extension.¶
This document uses URNs to describe XML namespaces and XML schemas conforming to a registry mechanism described in [RFC3688]. Two URI assignments are requested of the IANA.¶
Registration request for the registry grace period namespace:¶
URI: urn:ietf:params:xml:ns:epp:rgp-1.1¶
Registrant Contact: See the "Author's Address" section of this document.¶
XML: None. Namespace URIs do not represent an XML specification.¶
Registration request for the registry grace period XML schema:¶
URI: urn:ietf:params:xml:schema:rgp-1.1¶
Registrant Contact: See the "Author's Address" section of this document.¶
XML: See the "Formal Syntax" section of this document.¶
IANA is requested to register the EPP exetension described in this document in the "Extensions for the Extensible Provisioning Protocol (EPP)" registry described in [RFC7451]. The details of the registration are as follows:¶
Name of Extension: Domain Registry Grace Period Mapping for the Extensible Provisioning Protocol (EPP)¶
Document Status: Standards Track¶
Reference: URL of this document¶
Registrant: IESG¶
TLDs: Any¶
IPR Disclosure: None¶
Status: Active¶
Notes: None¶
The mapping extensions described in this document do not provide any security services beyond those described by EPP [RFC5730], the EPP domain name mapping [RFC5731], and protocol layers used by EPP. The security considerations described in these other specifications apply to this specification as well.¶
As with other domain object updates, redemption of a deleted domain object MUST be restricted to the sponsoring client as authenticated using the mechanisms described in sections Section 2.9.1.1 of [RFC5730] and Section 7 of [RFC5730]. Any attempt to recover a deleted domain object by any client other than the sponsoring client MUST be rejected with an appropriate EPP authorization error.¶