Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OKTA-722502 : Same device enrollment flow updates #3632

Merged
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
235f60d
gen 2: update same device enrollment screen translation keys
leemchale-okta May 21, 2024
372b038
gen 2: added same device enroll link
leemchale-okta May 21, 2024
c284233
gen 2: update enroll channel screen i18n keys
leemchale-okta May 21, 2024
e370eff
gen 3: update same device enrollment screen translation keys
leemchale-okta May 21, 2024
8e89249
gen 3: update enroll channel screen i18n keys
leemchale-okta May 21, 2024
a181658
gen 3: added same device enroll link
leemchale-okta May 21, 2024
7f60ee6
lint
leemchale-okta May 21, 2024
dd87c3f
clean
leemchale-okta May 23, 2024
1b45d89
update unit and integration tests
leemchale-okta May 23, 2024
bb706ce
update spec test
leemchale-okta May 24, 2024
dfeb085
fix unit jest test
leemchale-okta May 24, 2024
37e6004
lint
leemchale-okta May 24, 2024
8e9b465
extract list item text
leemchale-okta May 24, 2024
69c3fc4
snapshots
leemchale-okta May 24, 2024
e0fc243
remove FF gate
leemchale-okta Jul 15, 2024
1404568
add testcafe test
leemchale-okta Jul 15, 2024
188a9e9
lint
leemchale-okta Jul 15, 2024
1544dbf
lint
leemchale-okta Jul 15, 2024
91f4a21
removed lodash fns
leemchale-okta Jul 16, 2024
578a64b
auto trigger Open Okta Verify btn
leemchale-okta Jul 18, 2024
87d73a6
fix Set up Okta Verify btn label
leemchale-okta Jul 18, 2024
9c672b7
lint
leemchale-okta Jul 18, 2024
16a01a5
fix download link navigating to set up on mobile
leemchale-okta Jul 18, 2024
27ae125
added bottom margin to description element
leemchale-okta Jul 18, 2024
6fb8d5c
added bottom margin to description element
leemchale-okta Jul 18, 2024
51d048d
lint
leemchale-okta Jul 18, 2024
d928ad9
update comment
leemchale-okta Jul 18, 2024
7e5f8a0
remove noMargins and bottomMargin property
leemchale-okta Jul 18, 2024
dcd00e5
move OV btn label logic to transformer
leemchale-okta Jul 18, 2024
083c129
remove samedevice channel available flag
leemchale-okta Jul 18, 2024
0f7f7e1
add channel options safeguard if condition
leemchale-okta Jul 18, 2024
2e33c08
correct link colors
leemchale-okta Jul 18, 2024
1e089c1
getDeviceMap returns complete device map
leemchale-okta Jul 18, 2024
5cbb8cf
move html content parser to util fn
leemchale-okta Jul 24, 2024
4c07312
fix updated key and use old key
leemchale-okta Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions assets/sass/v2/_okta-verify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
text-decoration: none;
}

.sameDevice-setup .download-ov-link {
color: #007cc0;
leemchale-okta marked this conversation as resolved.
Show resolved Hide resolved
text-decoration: none;
}

.app-store-logo {
display: block;
margin: 10px auto;
Expand Down Expand Up @@ -161,3 +166,12 @@
}
}
}

.ov-same-device-enroll-text {
margin: 0 0 20px;
text-align: center;

.ov-same-device-enroll-link {
color: $link-text-color;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,300 @@
{
"stateHandle": "02vWoN3BXxJ9oeJA05wdCO2sp1q-RimAkwgnN-6xaW",
"version": "1.0.0",
"expiresAt": "2020-04-09T16:15:46.000Z",
"step": "ENROLL",
"intent": "LOGIN",
"remediation": {
"type": "array",
"value": [
{
"rel": [
"create-form"
],
"name": "enroll-poll",
"href": "http://localhost:3000/idp/idx/challenge/poll",
"method": "POST",
"accepts": "application/vnd.okta.v1+json",
"refresh": 4000,
"value": [
{
"name": "stateHandle",
"required": true,
"value": "022afk9OLqrN2DipVIuIxC0wqzuxMaFIbpOf6pcBh8",
"visible": false,
"mutable": false
}
]
},
{
"rel": [
"create-form"
],
"name": "select-enrollment-channel",
"href": "http://localhost:3000/idp/idx/credential/enroll",
"method": "POST",
"accepts": "application/vnd.okta.v1+json",
"value": [
{
"name": "authenticator",
"type": "object",
"label": "Okta Verify",
"value": {
"form": {
"value": [
{
"name": "id",
"value": "aidtheidkwh282hv8g3",
"required": true,
"mutable": false,
"visible": false
},
{
"name": "channel",
"required": true,
"visible": true,
"options": [
{
"value": "qrcode",
"label": "QRCODE"
},
{
"value": "sms",
"label": "SMS"
},
{
"value": "email",
"label": "Email"
},
{
"value": "samedevice",
"label": "SAMEDEVICE"
}
]
}
]
}
}
},
{
"name": "stateHandle",
"required": true,
"value": "022afk9OLqrN2DipVIuIxC0wqzuxMaFIbpOf6pcBh8",
"visible": false,
"mutable": false
}
]
},
{
"rel": [
"create-form"
],
"name": "select-authenticator-enroll",
"href": "http://localhost:3000/idp/idx/credential/enroll",
"method": "POST",
"accepts": "application/vnd.okta.v1+json",
"value": [
{
"name": "authenticator",
"required": true,
"type": "object",
"options": [
{
"label": "Okta Password",
"value": {
"form": {
"value": [
{
"name": "id",
"required": true,
"value": "autwa6eD9o02iBbtv0g3",
"mutable": false
},
{
"name": "methodType",
"required": false,
"value": "password",
"mutable": false
}
]
}
},
"relatesTo": "$.authenticators.value[0]"
},
{
"label": "Security Key or Biometric Authenticator (FIDO2)",
"value": {
"form": {
"value": [
{
"name": "id",
"value": "aidtheidkwh282hv8g3",
"required": true,
"mutable": false,
"visible": false
},
{
"name": "methodType",
"value": "webauthn",
"required": false,
"mutable": false,
"visible": false
}
]
}
},
"relatesTo": "$.authenticators.value[1]"
},
{
"label": "Okta Verify",
"value": {
"form": {
"value": [
{
"name": "id",
"required": true,
"value": "aut2h3fft4y9pDPCS1d7",
"mutable": false
},
{
"name": "channel",
"type": "string",
"required": false,
"options": [
{
"label": "QRCODE",
"value": "qrcode"
},
{
"label": "EMAIL",
"value": "email"
},
{
"label": "SMS",
"value": "sms"
},
{
"value": "samedevice",
"label": "SAMEDEVICE"
}
]
}
]
}
},
"relatesTo": "$.authenticators.value[2]"
}
]
},
{
"name": "stateHandle",
"required": true,
"value": "02CqFbzJ_zMGCqXut-1CNXfafiTkh9wGlbFqi9Xupt",
"visible": false,
"mutable": false
}
]
}
]
},
"currentAuthenticator": {
"type": "object",
"value": {
"type": "app",
"key": "okta_verify",
"authenticatorInstanceId": "aidL86XHm5Xtg3SD0I1g",
"contextualData": {
"qrcode": {
"href": "data:image/png;base64,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",
"method": "embedded",
"Type": "image/png"
},
"selectedChannel": "qrcode"
}
}
},
"authenticators": {
"type": "array",
"value": [
{
"catalogKey": "okta_password",
"authenticatorId": "aidtmbseAWnMPtLe20g3",
"authenticatorName": "Okta Password",
"methods": [
{
"methodType": "password"
}
]
},
{
"catalogKey": "webauthn",
"authenticatorId": "aidtheidkwh282hv8g3",
"authenticatorName": "Security Key or Biometric Authenticator (FIDO2)",
"methods": [
{
"methodType": "webauthn"
}
]
},
{
"catalogKey": "okta_verify",
"authenticatorId": "aut1erh5wK1M8wA3g0g4",
"authenticatorName": "Okta Verify",
"methods": [
{
"methodType": "signed_nonce"
},
{
"methodType": "push"
},
{
"methodType": "totp"
}
]
}
]
},
"cancel": {
"rel": [
"create-form"
],
"name": "cancel",
"href": "http://idx.okta1.com:1802/idp/idx/cancel",
"method": "POST",
"accepts": "application/vnd.okta.v1+json",
"value": [
{
"name": "stateHandle",
"required": true,
"value": "022afk9OLqrN2DipVIuIxC0wqzuxMaFIbpOf6pcBh8",
"visible": false,
"mutable": false
}
]
},
"context": {
"rel": [
"create-form"
],
"name": "context",
"href": "http://idx.okta1.com:1802/idp/idx/context",
"method": "POST",
"accepts": "application/vnd.okta.v1+json",
"value": [
{
"name": "stateHandle",
"required": true,
"value": "022afk9OLqrN2DipVIuIxC0wqzuxMaFIbpOf6pcBh8",
"visible": false,
"mutable": false
}
]
},
"user": {
"type": "object",
"value": {
"id": "00ux9wonp6bLZVk3P0g3",
"identifier": "testUser@okta.com"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"required": true,
"visible": true,
"options": [
{
"label": "EMAIL",
"value": "email"
},
{
"label": "SMS",
"value": "sms"
},
{
"value": "samedevice",
"label": "SAMEDEVICE"
Expand Down Expand Up @@ -124,7 +132,18 @@
"name": "methodType",
"required": false,
"options": [
{ "label": "SAMEDEVICE", "value": "samedevice" }
{
"label": "EMAIL",
"value": "email"
},
{
"label": "SMS",
"value": "sms"
},
trevoring-okta marked this conversation as resolved.
Show resolved Hide resolved
{
"label": "SAMEDEVICE",
"value": "samedevice"
}
]
},
{
Expand Down
Loading