selfservice-registration.json revision 2aa8de21e6cca211bdb436c58886b60f4d32d073
{
"stageConfigs" : [
{
"name" : "emailValidation",
"identityEmailField" : "mail",
"emailServiceUrl" : "external/email",
"from" : "info@admin.org",
"subject" : "Register new account",
"mimeType" : "text/html",
"subjectTranslations" : {
"en" : "Register new account",
"fr" : "Créer un nouveau compte"
},
"messageTranslations" : {
"en" : "<h3>This is your registration email.</h3><h4><a href=\"%link%\">Email verification link</a></h4>",
"fr" : "<h3>Ceci est votre mail d'inscription.</h3><h4><a href=\"%link%\">Lien de vérification email</a></h4>"
},
"verificationLinkToken" : "%link%",
"verificationLink" : "https://localhost:8443/#register/"
},
{
"name" : "userDetails",
"identityEmailField" : "mail"
},
{
"name" : "kbaSecurityAnswerDefinitionStage",
"numberOfAnswersUserMustSet": 1,
"kbaConfig" : null
},
{
"name" : "selfRegistration",
"identityServiceUrl" : "managed/user"
}
],
"snapshotToken" : {
"type" : "jwt",
"keyPairAlgorithm" : "RSA",
"keyPairSize" : 1024,
"jweAlgorithm" : "RSAES_PKCS1_V1_5",
"encryptionMethod" : "A128CBC_HS256",
"jwsAlgorithm" : "HS256",
"tokenExpiry" : "1800"
},
"storage" : "stateless"
}