Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

[SSO] Merge feature/sso into master #139

Merged
merged 3 commits into from
Aug 1, 2020
Merged

[SSO] Merge feature/sso into master #139

merged 3 commits into from
Aug 1, 2020

Conversation

vincentsalucci
Copy link
Member

Objective

Final review of changes made on the feature/sso branch

Code Changes

[SSO] Reset Master Password (134)

  • abstractions/api.service.ts: Added setPassword api method
  • change-password.component.ts: Moved over change-password component and adjusted/added necessary steps for acting as a base class. This includes abstraction of submit flow and removal of non-shared variables.
  • sso.component.ts: Moved over existing sso component from the web project. Added logic for handling of reset master password flow (user registration). Made changes to prepare class to act as base class in multiple projects.
  • two-factor.component.ts: Added tracking boolean for adjusting success route
  • setPasswordRequestModel.ts: Created new request model to handle the change of master password in sso flow.
  • services/api.service.ts: Added setPassword api method

[lint] Fixed error (137)

  • api.service: Fixed import order

vincentsalucci and others added 3 commits July 29, 2020 15:46
* Initial commit of reset master password (sso)

* Updated line length error

* Updated import line again

* Added trailing comma

* restored reference data for RegisterRequest

* Updated tracking boolean name // added success route update based on passed boolean

* Added new API // reverted Register // deleted reset // added change pw and sso

* Changed redirect URI to protected to override in sub-class

* Updated api to setPassword // Updated request model name // Updated change password refs // Updated formatting

* Encoded necessary parts of authorize url // Added default catch error message

* Refactored methods inside change password base component // removed unnecesary query param for sso
* Cleaned lint error

* Fixed sso lint error
@vincentsalucci vincentsalucci added the enhancement New feature or request label Aug 1, 2020
@vincentsalucci vincentsalucci merged commit f301b92 into master Aug 1, 2020
@vincentsalucci vincentsalucci deleted the feature/sso branch August 1, 2020 13:42
kspearrin pushed a commit that referenced this pull request Aug 3, 2020
* [SSO] Reset Master Password (#134)

* Initial commit of reset master password (sso)

* Updated line length error

* Updated import line again

* Added trailing comma

* restored reference data for RegisterRequest

* Updated tracking boolean name // added success route update based on passed boolean

* Added new API // reverted Register // deleted reset // added change pw and sso

* Changed redirect URI to protected to override in sub-class

* Updated api to setPassword // Updated request model name // Updated change password refs // Updated formatting

* Encoded necessary parts of authorize url // Added default catch error message

* Refactored methods inside change password base component // removed unnecesary query param for sso

* [lint] Fixed error (#137)

* Cleaned lint error

* Fixed sso lint error
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants