Skip to content

Commit dc93f7b

Browse files
committed
refactor: update org.gluu.agama.typekey.flow
1 parent e42cf65 commit dc93f7b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

code/org.gluu.agama.typekey.flow

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tk = Call org.gluu.agama.typekey.Typekey#new conf
66
user = RRF "typekey/username.ftlh"
77
userData = Call idp accountFromUsername user.username
88
When 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
1111
Call tk dynamicRegistration conf.scan_ssa
1212
enrolled = Call idp enrolled user.username
1313
When 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
3535
When 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
3838
password = RRF "typekey/password.ftlh"
3939
authenticated = Call idp authenticate user.username password.pwd
4040
When 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

Comments
 (0)