You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current synchron processes to delete an idp should be made asynchronous. Therefore the current processes implemented in DeleteCompanyIdentityProviderAsync should be moved into an own processes. The process should be placed into the IdentityProviderProvisioning Process.
Acceptance Criteria
Clarified handling of the than asynchronous process in the frontend
New process for DeleteIdp in place
All process steps have retrigger steps where it makes sense
Additional Information
Proposed split would be DeleteRealmFromShared (might be skipped), DeleteSharedClient (might be skipped), DeleteCentralIdp, DeleteCentralUser (might be skipped), DeleteUserDataFromDatabase (might be skipped),DeleteIdpFromDatabase
Description
The current synchron processes to delete an idp should be made asynchronous. Therefore the current processes implemented in
DeleteCompanyIdentityProviderAsync
should be moved into an own processes. The process should be placed into the IdentityProviderProvisioning Process.Acceptance Criteria
Additional Information
Proposed split would be
DeleteRealmFromShared
(might be skipped),DeleteSharedClient
(might be skipped),DeleteCentralIdp
,DeleteCentralUser
(might be skipped),DeleteUserDataFromDatabase
(might be skipped),DeleteIdpFromDatabase
Linked to: #1006
The text was updated successfully, but these errors were encountered: