Version 2.47¶
Release 2.47.0¶
We are going to implement an autorization information (AuthInfo) modification with a time-limited validity.
The AuthInfo is used in the domain registry for object transfer or for viewing object details.
The validity period of the generated AuthInfo will be set to 14 days. CZ-specific
- New epp schemas of the version
2.4.3
are available at https://www.nic.cz/page/744/registracni-system/. allow to set AuthInfo as an optional attribute of the
info_keyset
,info_nsset
andinfo_domain
epp request.
- New epp schemas of the version
AuthInfo without TTL (previous version)¶
Previous state scenarios
For object transfer to another registrar:
The user needs to get AuthInfo to transfer an object (see Four options to get AuthInfo without TTL).
The user passes the obtained AuthInfo to the target registrar.
The target registrar calls the
transfer
function.After the successful transfer the registry generates a new AuthInfo.
For registrar’s access to user’s contact information hidden according to the disclosure settings:
The user requests the current AuthInfo from the registrar website or gets new AuthInfo (see Four options to get AuthInfo without TTL).
The user passes obtained AuthInfo to the registrar to whom he wishes to disclose his non-public data on a one-time basis.
After the data is disclosed the registry generates a new AuthInfo.
Four options to get AuthInfo without TTL
The user can get AuthInfo:
- via the designated registrar’s website of the transferred object or the contact connected to the object,
- On the designated registrar’s website the user gets the current AuthInfo or sets his own AuthInfo, i.e.:
- The designated registrar calls a
send_authinfo
function, then the registry sends the current AuthInfo by e-mail to all contacts relevant for the object, one of them should be also a transfer initiator (the user).
- The designated registrar calls a
The designated registrar uses an
info
function and passes the current AuthInfo returned by the registry the user.The designated registrar sets up AuthInfo value in the registry via an
update
function.
- via the target registrar’s website,
- The target registrar calls
send_authinfo
function, then the registry sends the current AuthInfo by e-mail to all contacts relevant for the object, one of them should ale be the transfer initiator (the user).
- The target registrar calls
by viewing the current AuthInfo in the Domain browser,
via the request form directly on the CZ.NIC Association’s website. CZ-specific
AuthInfo with TTL (current version)¶
Current state scenarios
For object transfer to another registrar:
The user needs to get AuthInfo for object transfer (see Four options to get AuthInfo with TTL).
The user passes the obtained AuthInfo to the target registrar.
The target registrar calls a
transfer
function.The registry invalidates the used AuthInfo.
For registrar’s access to user’s contact information hidden according to the disclosure settings:
The user requests to generate and send new AuthInfo from the registrar’s website or gets new AuthInfo (see Four options to get AuthInfo with TTL).
The user passes obtained AuthInfo to the registrar to whom he wishes to disclose his non-public data on a one-time basis.
AuthInfo is valid even after the registrar obtains the non-public data. AuthInfo validity is determined by the TTL, limit starts after the AuthInfo is generated.
Four options to get AuthInfo with TTL
The user can get Authinfo:
- via the designated registrar’s website of the transferred object or the contact connected to the object,
- On the designated registrar’s website the user requests valid AuthInfo or sets his own AuthInfo, i.e.:
- The designated registrar calls a
send_authinfo
function, then the registry generates and sends the AuthInfo by e-mail to all contacts relevant for the object. One of them should also be the transfer initiator (the user).
- The designated registrar calls a
The designated registrar sets up AuthInfo value to the registry via an
update
function.
- via target registrar website,
- Target registrar calls a
send_authinfo
function, then the registry generates and sends the AuthInfo by e-mail to all contacts relevant for the object. One of them should be also transfer initiator.
- Target registrar calls a
- sets his own AuthInfo in the Domain browser,
This AuthInfo is valid only for MojeID contact currently logged in. However, it is possible to use it for transfer of linked objects.
The system saves AuthInfo with corresponding TTL only if it meets password stregth requirements.
via the request form directly on the CZ.NIC Association website. CZ-specific
New option for AuthInfo validity verification
It will not be possible to get an AuthInfo value of any object in the registry via info
function.
The registry will allow an AuthInfo verification by registrar in a different way.
If any registar sends the correct AuthInfo in any object’s `info
command, the registry returns a valid data about the requested object. If the AuthInfo is not correct
(all are already expired or none is generated/saved), the registry returns error 2202 - Invalid authorization information
.