#
# The contents of this file are subject to the terms of the Common Development and
# Distribution License (the License). You may not use this file except in compliance with the
# License.
#
# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
# specific language governing permission and limitations under the License.
#
# When distributing Covered Software, include this CDDL Header Notice in each file and include
# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
# Header, with the fields enclosed by brackets [] replaced by your own identifying
# information: "Portions copyright [year] [name of copyright owner]".
#
# Copyright 2016 ForgeRock AS.
#
title = User Registration
description = Self Service endpoint for registering a new user
read.description = Initialise the user registration process.\
A set of requirements will be returned that will need to be fulfilled and sent to the submitRequirements action.
action.submitRequirements.description = Submit some fulfilled requirements. Returns either a completion status, or a \
token along with some more requirements. If requirements are returned, they should be submitted with the token as a \
fresh request to this action.
resource.title = Structure of requirements specification.
resource.description = The initial requirements from an initialised user registration process.
type.title = Type
type.description = The type of the self service interaction.
tag.title = Tag
tag.description = The stage description tag.
requirements.title = Requirements
requirements.description = A JSON Schema object that defines the input that must be submitted to the \
submitRequirements action.
requirements.property.title = Requirements Properties
requirements.property.description = Any valid JSON Schema properties may be included.
submit.request.title = Submit requirements structure
submit.request.description = The structure of a request to the submitRequirements action.
submit.response.continue.title = More requirements response
submit.response.continue.description = If more requirements need fulfilling before the user registration process is \
completed, this response structure will be returned.
submit.response.complete.title = Completed process response
submit.response.complete.description = If all the requirements have been fulfilled and the user registration process \
is complete, this response structure will be used.
req.token.title = Token
req.token.description = The token returned from the previous submitRequirements request.
resp.token.title = Token
resp.token.description = A token for the process that must be returned with the next set of requirements \
when they have been fulfilled.
input.title = Input
input.description = The input as collected from the new user. This object must conform \
to the JSON Schema of the requirements property from the last response.
input.property.title = Input Property
input.property.description = Valid content according to the received JSON Schema.