@@ -6,8 +6,8 @@ tk = Call org.gluu.agama.typekey.Typekey#new conf
66user = RRF "typekey/username.ftlh"
77userData = Call idp accountFromUsername user.username
88When userData.empty is true
9- it_fmfjr = {success:false, error: "User not found"}
10- Finish it_fmfjr
9+ it_rfztc = {success:false, error: "User not found"}
10+ Finish it_rfztc
1111Call tk dynamicRegistration conf.scan_ssa
1212enrolled = Call idp enrolled user.username
1313When enrolled is false
@@ -28,19 +28,19 @@ When typekey_result.status is "Enrollment"
2828 authenticated = Call idp authenticate user.username password.pwd
2929 When authenticated is true
3030 Call tk notifyKeystrokes user.username typekey_result.track_id use_case
31- it_ecvtj = {success:true, data: { userId: user.username}}
32- Finish it_ecvtj
33- it_vldns = {success:false, error: "Authentication failed"}
34- Finish it_vldns
31+ it_lbxhq = {success:true, data: { userId: user.username}}
32+ Finish it_lbxhq
33+ it_sebuq = {success:false, error: "Authentication failed"}
34+ Finish it_sebuq
3535When typekey_result.status is "Approved"
36- it_pqssm = {success:true, data: { userId: user.username}}
37- Finish it_pqssm
36+ it_joqxm = {success:true, data: { userId: user.username}}
37+ Finish it_joqxm
3838password = RRF "typekey/password.ftlh"
3939authenticated = Call idp authenticate user.username password.pwd
4040When authenticated is true
4141 When typekey_result.status is "Denied"
4242 Call tk notifyKeystrokes user.username typekey_result.track_id use_case
43- it_jjaeg = {success:true, data: { userId: user.username }}
44- Finish it_jjaeg
45- it_sgeev = {success:false, error: "Typekey and password failed"}
46- Finish it_sgeev
43+ it_tsimt = {success:true, data: { userId: user.username }}
44+ Finish it_tsimt
45+ it_srhno = {success:false, error: "Typekey and password failed"}
46+ Finish it_srhno
0 commit comments