selfservice-registration.json revision 56e64ff6659314e50b245916e2e0f87c7beadd73
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel{
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "stageConfigs" : [
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "name" : "emailValidation",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "email" : {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "from" : "info@admin.org",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "subject" : "Register new account",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "mimeType" : "text/html",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "message" : "<h3>This is your registration email.</h3><h4><a href=\"%link%\">Email verification link</a></h4>",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "verificationLinkToken" : "%link%",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "verificationLink" : "https://localhost:8443/#register/"
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel }
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel },
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "name" : "userDetails",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "identityEmailField" : "mail"
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel },
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "name" : "kbaSecurityAnswerDefinitionStage",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "kbaPropertyName" : "kbaInfo",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "kbaConfig" : null
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel },
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "name" : "selfRegistration",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "identityServiceUrl" : "managed/user"
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel }
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel ],
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "snapshotToken" : {
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "type" : "jwt",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "sharedKey" : "!tHiSsOmEsHaReDkEy!",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "keyPairAlgorithm" : "RSA",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "keyPairSize" : 1024,
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "jweAlgorithm" : "RSAES_PKCS1_V1_5",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "encryptionMethod" : "A128CBC_HS256",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "jwsAlgorithm" : "HS256",
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "tokenExpiry" : 1800
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel },
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel "storage" : "stateless"
56e64ff6659314e50b245916e2e0f87c7beadd73Jake Feasel}