selfservice-reset.json revision dc53767f6614db736c8a95a165beae870ac1e3d9
{
"stageConfigs" : [
{
"name" : "userIdValidation",
"queryFields" : [
"userName",
"mail"
],
"identityIdField" : "_id",
"identityEmailField" : "mail",
"identityServiceUrl" : "managed/user",
"email" : {
"from" : "info@admin.org",
"subject" : "Reset password email",
"mimeType" : "text/html",
"message" : "<h3>Use this link to reset your password.</h3><h4><a href=\"%link%\">Email verification link</a></h4>",
"verificationLinkToken" : "%link%",
"verificationLink" : "https://localhost:8443/#passwordReset/"
}
},
{
"name" : "resetStage",
"identityServiceUrl" : "managed/user",
"identityPasswordField" : "password"
}
],
"snapshotToken" : {
"type" : "jwt",
"sharedKey" : "!tHiSsOmEsHaReDkEy!",
"keyPairAlgorithm" : "RSA",
"keyPairSize" : 1024,
"jweAlgorithm" : "RSAES_PKCS1_V1_5",
"encryptionMethod" : "A128CBC_HS256",
"jwsAlgorithm" : "HS256",
"tokenExpiry" : 1800
},
"storage" : "stateless"
}