open-vault/ui/app
linda9379 5cd1a12178
UI Support for Okta Number Challenge (#15998)
* Imported uuid library for initial commit to push a clean branch.

* Removed import statement in auth-form file since it was causing UI tests to fail as the import was not being used.

* Added nonce field to payload for okta sign in. (#16001)

* Added nonce field to payload for okta sign in.

* Added missing yarn package for uuid

* Fixed failing ui tests in cluster-test file to take into account of nonce field in the payload of okta login

* Removed uuid library and used crypto.randomUUID() to generate unique uuid values instead

* Fixed indent in package.json

* Removed uuid library since decided to use crypto.randomUUID() instead to generate unique uuid values

* Create polling function for correct answer in okta number challenge (#16070)

* Implemented polling function to get correct answer for okta number challenge.

* Disabled polling function for testing as it was causing acceptance test to fail in auth-test.js

* Changed API call to be the auth mount path instead of being static and created a variable to store the oktaNumberChallengeAnswer to be used later for the display screens

* Create component for okta number challenge screen (#16195)

* Implemented loading screen and display screen for correct answer for Okta Number Challenge

* Fixed linting issues on hbs files

* Added periods to parameter descriptions and made parameters optional

* Removed optional parameters from calling AuthForm component if authMethod is not Okta

* Implement error handling and screens for okta number challenge (#16276)

* Implemented loading screen and display screen for correct answer for Okta Number Challenge

* Fixed linting issues on hbs files

* Temporary changes to include error screen in okta number challenge

* Created error screen tests and made minor fixes

* Fixed error for wrong parameter name being passed in

* Fixed linting issues causing ui tests to fail

* Added periods at the end of param descriptions

* Imported uuid library for initial commit to push a clean branch.

* Removed import statement in auth-form file since it was causing UI tests to fail as the import was not being used.

* Removed uuid library since decided to use crypto.randomUUID() instead to generate unique uuid values

* Added nonce field to payload for okta sign in. (#16001)

* Added nonce field to payload for okta sign in.

* Added missing yarn package for uuid

* Fixed failing ui tests in cluster-test file to take into account of nonce field in the payload of okta login

* Removed uuid library and used crypto.randomUUID() to generate unique uuid values instead

* Fixed indent in package.json

* Create polling function for correct answer in okta number challenge (#16070)

* Implemented polling function to get correct answer for okta number challenge.

* Disabled polling function for testing as it was causing acceptance test to fail in auth-test.js

* Changed API call to be the auth mount path instead of being static and created a variable to store the oktaNumberChallengeAnswer to be used later for the display screens

* Create component for okta number challenge screen (#16195)

* Implemented loading screen and display screen for correct answer for Okta Number Challenge

* Fixed linting issues on hbs files

* Added periods to parameter descriptions and made parameters optional

* Removed optional parameters from calling AuthForm component if authMethod is not Okta

* Implement error handling and screens for okta number challenge (#16276)

* Implemented loading screen and display screen for correct answer for Okta Number Challenge

* Fixed linting issues on hbs files

* Temporary changes to include error screen in okta number challenge

* Created error screen tests and made minor fixes

* Fixed error for wrong parameter name being passed in

* Fixed linting issues causing ui tests to fail

* Added periods at the end of param descriptions

* UI/vault 7312/fix vault enterprise error for okta number challenge (#16568)

* Fixed bug with okta not working when selecting okta tab after being on other tab

* Fixed vault enterprise errors

* Fixed error when logging in with Okta in 'Other' tab

* Removed namespace parameter in option to use the default

* Added changelog
2022-08-10 15:46:04 -04:00
..
adapters UI Support for Okta Number Challenge (#15998) 2022-08-10 15:46:04 -04:00
components UI Support for Okta Number Challenge (#15998) 2022-08-10 15:46:04 -04:00
controllers UI Support for Okta Number Challenge (#15998) 2022-08-10 15:46:04 -04:00
decorators UI/Fix form validation issues (#15560) 2022-05-25 11:22:36 -07:00
helpers fix (#16040) 2022-06-17 11:22:47 -06:00
initializers Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
instance-initializers
lib Revert UI: replace localStorage with sessionStorage (#15769) 2022-06-02 15:19:57 -05:00
machines KMSE Wizard Steps (#15171) 2022-04-26 13:17:42 -06:00
macros Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
mixins Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
models PKI cleanup continued: queryParams and moving routes/models/serializers to pki folder (#15980) 2022-06-15 17:51:42 -06:00
modifiers Remove Ivy Codemirror (#14659) 2022-03-29 10:25:16 -06:00
routes PKI cleanup continued: queryParams and moving routes/models/serializers to pki folder (#15980) 2022-06-15 17:51:42 -06:00
serializers PKI cleanup continued: queryParams and moving routes/models/serializers to pki folder (#15980) 2022-06-15 17:51:42 -06:00
services UI Support for Okta Number Challenge (#15998) 2022-08-10 15:46:04 -04:00
styles UI/1.11 client count component tests (#15748) 2022-06-03 15:47:19 -07:00
templates UI Support for Okta Number Challenge (#15998) 2022-08-10 15:46:04 -04:00
transforms Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
utils UI/vault 7196/search select with modal (#16456) 2022-07-27 14:18:22 -07:00
app.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
breakpoints.js
index.html
router.js MFA Config (#15200) 2022-05-20 18:40:16 -06:00