{"info":{"_postman_id":"e56d1d43-54c5-e5aa-39a9-a12610148fbd","name":"Authentication (Okta API)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3967924","collectionId":"e56d1d43-54c5-e5aa-39a9-a12610148fbd","publishedId":"RW1Yq1Vi","public":true,"customColor":null,"publishDate":"2018-04-25T12:21:03.000Z"},"item":[{"name":"Enroll","item":[{"name":"List Questions","id":"7d6c17a9-3bfd-f526-b59d-058132966a97","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/users/{{userId}}/factors/questions","urlObject":{"path":["api","v1","users","{{userId}}","factors","questions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d6c17a9-3bfd-f526-b59d-058132966a97"},{"name":"Enroll Question Factor","id":"869aba76-2fad-3ee2-a662-32fc6e6caf0e","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"question\",\n  \"provider\": \"OKTA\",\n  \"profile\": {\n    \"question\": \"name_of_first_plush_toy\",\n    \"answer\": \"blah\"\n  }\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"869aba76-2fad-3ee2-a662-32fc6e6caf0e"},{"name":"Enroll SMS Factor","id":"a25fb24f-e0c1-ddbf-13fc-1474904c8a35","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"sms\",\n  \"provider\": \"OKTA\",\n  \"profile\": {\n    \"phoneNumber\" :  \"+1 415 555 5555\"\n  }\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a25fb24f-e0c1-ddbf-13fc-1474904c8a35"},{"name":"Enroll SMS Factor with New Number","id":"fb16335d-d170-fa94-b282-7b319290baef","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"sms\",\n  \"provider\": \"OKTA\",\n  \"profile\": {\n    \"phoneNumber\":  \"+1 415 555 5555\"\n  }\n}"},"url":"{{url}}/api/v1/authn/factors?updatePhone=true","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[{"key":"updatePhone","value":"true"}],"variable":[]}},"response":[],"_postman_id":"fb16335d-d170-fa94-b282-7b319290baef"},{"name":"Enroll Okta TOTP Factor","id":"0510bb89-b085-6d82-2467-7e5d784b939b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\" : \"{{stateToken}}\",\n  \"factorType\": \"token:software:totp\",\n  \"provider\": \"OKTA\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0510bb89-b085-6d82-2467-7e5d784b939b"},{"name":"Enroll Okta Verify Push  Factor","id":"443896da-ec33-7add-0cc7-bf3023c8b5c1","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\" : \"{{stateToken}}\",\n  \"factorType\": \"push\",\n  \"provider\": \"OKTA\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"443896da-ec33-7add-0cc7-bf3023c8b5c1"},{"name":"Enroll Google Authenticator Factor","id":"fbb6a442-dd02-940f-bdf9-63c445ecbcb8","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\" : \"{{stateToken}}\",\n  \"factorType\": \"token:software:totp\",\n  \"provider\": \"GOOGLE\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbb6a442-dd02-940f-bdf9-63c445ecbcb8"},{"name":"Enroll RSA SecurID Factor","id":"ba6ce4a1-73d7-0c95-b4ed-0d135c12a537","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"token:hardware\",\n  \"provider\": \"YUBICO\",\n  \"passCode\": \"cccccceukngdfgkukfctkcvfidnetljjiknckkcjulji\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba6ce4a1-73d7-0c95-b4ed-0d135c12a537"},{"name":"Enroll Symantec VIP Factor","id":"9d951320-800e-a36c-2e3d-248829bd8de0","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"token\",\n  \"provider\": \"SYMANTEC\",\n  \"profile\": {\n    \"credentialId\": \"VSMT14393584\"\n  },\n  \"passCode\": \"875498\",\n  \"nextPassCode\": \"678195\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d951320-800e-a36c-2e3d-248829bd8de0"},{"name":"Enroll YubiKey Factor","id":"d6446469-e1d0-9340-7629-afbf428ad1ce","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"token\",\n  \"provider\": \"RSA\",\n  \"profile\": {\n    \"credentialId\": \"{{username}}\"\n  },\n  \"passCode\": \"5275875498\"\n}"},"url":"{{url}}/api/v1/authn/factors","urlObject":{"path":["api","v1","authn","factors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6446469-e1d0-9340-7629-afbf428ad1ce"},{"name":"Activate SMS Factor","id":"1c56a900-4c62-35a9-bf56-26331db69fda","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"679682\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/lifecycle/activate","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c56a900-4c62-35a9-bf56-26331db69fda"},{"name":"Activate TOTP Factor","id":"29e12995-b717-0160-c224-26a0826b9dbf","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"679682\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/lifecycle/activate","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29e12995-b717-0160-c224-26a0826b9dbf"},{"name":"Activate Push Factor","id":"4cfd05c1-09ba-95e1-d5fa-f2d2e4e9e183","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/lifecycle/activate","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cfd05c1-09ba-95e1-d5fa-f2d2e4e9e183"}],"id":"d929c3eb-6811-3d10-b012-fa8e46d81622","_postman_id":"d929c3eb-6811-3d10-b012-fa8e46d81622","description":""},{"name":"Forgot Password","item":[{"name":"Forgot Password with Email Factor","id":"58a1ecd0-27bb-b867-756c-039e9022c633","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"factorType\": \"EMAIL\",\n  \"relayState\": \"/myapp/some/deep/link/i/want/to/return/to\"\n}"},"url":"{{url}}/api/v1/authn/recovery/password","urlObject":{"path":["api","v1","authn","recovery","password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58a1ecd0-27bb-b867-756c-039e9022c633"},{"name":"Forgot Password with SMS Factor","id":"ee793dea-cf00-c0c4-320f-6b10a21c5f87","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"factorType\": \"SMS\",\n  \"relayState\": \"/myapp/some/deep/link/i/want/to/return/to\"\n}"},"url":"{{url}}/api/v1/authn/recovery/password","urlObject":{"path":["api","v1","authn","recovery","password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee793dea-cf00-c0c4-320f-6b10a21c5f87"},{"name":"Forgot Password for Trusted Application","id":"f455068c-7f6f-5bcd-0c87-8cee3606c5bf","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"relayState\": \"{{relayState}}\"\n}  "},"url":"{{url}}/api/v1/authn/recovery/password","urlObject":{"path":["api","v1","authn","recovery","password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f455068c-7f6f-5bcd-0c87-8cee3606c5bf"},{"name":"Verify SMS Recovery Factor","id":"b8eb1316-367b-07ae-5089-c7661ce4f119","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"123456\"\n}"},"url":"{{url}}/api/v1/authn/recovery/factors/sms/verify","urlObject":{"path":["api","v1","authn","recovery","factors","sms","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8eb1316-367b-07ae-5089-c7661ce4f119"},{"name":"Verify Recovery Token","id":"ad680900-7d8a-9af3-011c-2876c09589b8","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recoveryToken\": \"{{recoveryToken}}\"\n}"},"url":"{{url}}/api/v1/authn/recovery/token","urlObject":{"path":["api","v1","authn","recovery","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad680900-7d8a-9af3-011c-2876c09589b8"},{"name":"Answer Recovery Question","id":"b7c3503a-22fd-87e4-7f7e-4a149ef9d153","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"answer\": \"Annie Oakley\"\n}"},"url":"{{url}}/api/v1/authn/recovery/answer","urlObject":{"path":["api","v1","authn","recovery","answer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7c3503a-22fd-87e4-7f7e-4a149ef9d153"},{"name":"Reset Password","id":"a35d1f65-3a1d-14fa-695a-73807c8d36fb","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"newPassword\": \"Ch-ch-ch-ch-Chang3s!\"\n}"},"url":"{{url}}/api/v1/authn/credentials/reset_password","urlObject":{"path":["api","v1","authn","credentials","reset_password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a35d1f65-3a1d-14fa-695a-73807c8d36fb"}],"id":"6c55aca9-0299-5cc0-d701-71418457a3dc","_postman_id":"6c55aca9-0299-5cc0-d701-71418457a3dc","description":""},{"name":"Self-Service Unlock","item":[{"name":"Unlock Account with Email Factor","id":"fa6affd8-8bbd-8a8e-e07c-5e6e02981f13","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"factorType\": \"EMAIL\",\n  \"relayState\": \"/myapp/some/deep/link/i/want/to/return/to\"\n}"},"url":"{{url}}/api/v1/authn/recovery/unlock","urlObject":{"path":["api","v1","authn","recovery","unlock"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa6affd8-8bbd-8a8e-e07c-5e6e02981f13"},{"name":"Unlock Account with SMS Factor","id":"b631d961-2da2-b82b-a84f-30f005f14f38","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"factorType\": \"SMS\",\n  \"relayState\": \"/myapp/some/deep/link/i/want/to/return/to\"\n}"},"url":"{{url}}/api/v1/authn/recovery/unlock","urlObject":{"path":["api","v1","authn","recovery","unlock"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b631d961-2da2-b82b-a84f-30f005f14f38"},{"name":"Unlock Account with  Trusted Application","id":"65bdd8e8-ab29-1835-9de6-44297c781d5a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"relayState\": \"{{relayState}}\"\n}  "},"url":"{{url}}/api/v1/authn/recovery/unlock","urlObject":{"path":["api","v1","authn","recovery","unlock"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65bdd8e8-ab29-1835-9de6-44297c781d5a"},{"name":"Verify SMS Recovery Factor","id":"441c0287-3cfc-7028-e784-a91e6f81be32","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"123456\"\n}"},"url":"{{url}}/api/v1/authn/recovery/factors/sms/verify","urlObject":{"path":["api","v1","authn","recovery","factors","sms","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"441c0287-3cfc-7028-e784-a91e6f81be32"},{"name":"Verify Recovery Token","id":"4a3d4d7d-f682-4e7b-2b44-3ba2a85d1900","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recoveryToken\": \"{{recoveryToken}}\"\n}"},"url":"{{url}}/api/v1/authn/recovery/token","urlObject":{"path":["api","v1","authn","recovery","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a3d4d7d-f682-4e7b-2b44-3ba2a85d1900"},{"name":"Answer Recovery Question","id":"57310f6a-d555-22ae-75a2-aca01574cc85","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"answer\": \"Annie Oakley\"\n}"},"url":"{{url}}/api/v1/authn/recovery/answer","urlObject":{"path":["api","v1","authn","recovery","answer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57310f6a-d555-22ae-75a2-aca01574cc85"}],"id":"60aa01c9-579c-147c-5c3e-675659f27688","_postman_id":"60aa01c9-579c-147c-5c3e-675659f27688","description":""},{"name":"State Management","item":[{"name":"Get Transaction  State","id":"6c3467ad-c117-59f8-6b04-6177a50d82c4","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn","urlObject":{"path":["api","v1","authn"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c3467ad-c117-59f8-6b04-6177a50d82c4"},{"name":"Skip Transaction State","id":"a486e25e-452c-79a1-37d0-64d74c21e468","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/skip","urlObject":{"path":["api","v1","authn","skip"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a486e25e-452c-79a1-37d0-64d74c21e468"},{"name":"Previous Transaction State","id":"a08d6329-c303-9faa-e004-882e5d65cc32","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/previous","urlObject":{"path":["api","v1","authn","previous"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a08d6329-c303-9faa-e004-882e5d65cc32"},{"name":"Cancel Transaction","id":"61a2d74e-c1b3-198b-bc37-c60e3f70316a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/cancel","urlObject":{"path":["api","v1","authn","cancel"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61a2d74e-c1b3-198b-bc37-c60e3f70316a"}],"id":"5e64669d-ba26-1df1-39b3-bd40d3ca7709","_postman_id":"5e64669d-ba26-1df1-39b3-bd40d3ca7709","description":""},{"name":"Verify","item":[{"name":"Send SMS Challenge (OTP)","id":"ab9c2b6d-b7e4-3677-48b3-7b82a6e5b9fb","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab9c2b6d-b7e4-3677-48b3-7b82a6e5b9fb"},{"name":"Verify Question Factor","id":"70ee9ac6-1272-a919-049b-e1a89e93376e","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"answer\": \"Annie Oakley\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70ee9ac6-1272-a919-049b-e1a89e93376e"},{"name":"Verify SMS Factor","id":"7e1e1f61-9fb6-b701-97ef-2fc49e759aff","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"029656\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e1e1f61-9fb6-b701-97ef-2fc49e759aff"},{"name":"Verify TOTP Factor","id":"284dba97-6026-bce0-b97e-ac97e8a9800b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"passCode\": \"029656\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"284dba97-6026-bce0-b97e-ac97e8a9800b"},{"name":" Verify and Poll Push Factor","id":"5113b982-65c1-e924-1138-038b5e6f2928","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5113b982-65c1-e924-1138-038b5e6f2928"},{"name":"Resend Challenge","id":"ff8f885a-a268-fffb-2283-7bd897bac2d3","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/verify/resend","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","verify","resend"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff8f885a-a268-fffb-2283-7bd897bac2d3"}],"id":"728db774-cce0-5e06-568d-a3eb5911b4fe","_postman_id":"728db774-cce0-5e06-568d-a3eb5911b4fe","description":""},{"name":"Primary Authentication ","id":"490ea224-43da-c4d4-79c8-39bac414cf4e","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"password\": \"{{password}}\",\n  \"options\": {\n    \"multiOptionalFactorEnroll\": true,\n    \"warnBeforePasswordExpired\": true\n  }  \n}"},"url":"{{url}}/api/v1/authn","urlObject":{"path":["api","v1","authn"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"490ea224-43da-c4d4-79c8-39bac414cf4e"},{"name":"Primary Authentication with Trusted Application","id":"595dfd71-51da-a031-14ce-2dd160e0d739","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{username}}\",\n  \"password\" : \"{{password}}\",\n  \"relayState\": \"{{relayState}}\",\n  \"options\": {\n    \"multiOptionalFactorEnroll\": true,\n    \"warnBeforePasswordExpired\": true\n  },  \n  \"context\": {\n    \"deviceToken\": \"26q43Ak9Eh04p7H6Nnx0m69JqYOrfVBY\"\n  }\n}  "},"url":"{{url}}/api/v1/authn","urlObject":{"path":["api","v1","authn"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"595dfd71-51da-a031-14ce-2dd160e0d739"},{"name":"Change Password","id":"9bb1546b-6f52-678e-f0d8-7eb8664bff04","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"oldPassword\" : \"3EMaPQ7x\",\n  \"newPassword\" : \"Ch-ch-ch-ch-Chang3s!\"\n}  "},"url":"{{url}}/api/v1/authn/credentials/change_password","urlObject":{"path":["api","v1","authn","credentials","change_password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb1546b-6f52-678e-f0d8-7eb8664bff04"},{"name":"Poll for Factor enrollment","id":"288b1a9c-d5db-1ed1-fe53-fd376f016d6b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stateToken\": \"{{stateToken}}\",\n  \"factorType\": \"push\",\n  \"provider\": \"OKTA\"\n}"},"url":"{{url}}/api/v1/authn/factors/{{factorId}}/lifecycle/activate/poll","urlObject":{"path":["api","v1","authn","factors","{{factorId}}","lifecycle","activate","poll"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"288b1a9c-d5db-1ed1-fe53-fd376f016d6b"}]}