Hi all, Following are the new rest API implementation [1] that we have developed for IS 5.3.0 m2 . We are in the process of refactoring and model the APIs using swagger. You can find the attached swagger definition that we have developed.
Your comments and suggestions are highly appreciated.Recover with Notification - sendRecoveryNotification() : validate user and returns a new key through a notification. - updatePassword() : Updates the password in the system. Need to provide the key from notification, new password Recover with Secret Questions - intiateUserChallengeQuestion(); validate user and returns a question to answer with a secret code - verifyUserChallengeAnswer(); validate secret code and answer for the question in previous step. Return a new question with new secret until the minimum number of questions are answered. - updatePassword(); Updates the password in the system. Need to provide the key from notification, new password New APIs for Multiple Questions at once - getAllChallegeQuestions(); validate user and returns all questions to answer with a secret code - validateAllChallengeAnswers(); validate code and all answers and return a code if success - updatePassword();Updates the password in the system. Need to provide the key from notification, new password [1] Identity Management Recovery API improvements -- Isura Dilhara Karunaratne Senior Software Engineer Mob +94 772 254 810
swagger.is.recovery.yaml
Description: application/yaml
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
