Hi all,
I am working on $subject in APIM 3.0.0. Planned flow of implementation is
as follows:

[image: new_password_mail.png]
We have SCIM API [1] for updating user-info. A separate REST API can be
implemented to provide the feature to change password by wrapping mentioned
SCIM API. The sample resource could be as,

PasswordChangeRequest:
    title: Request for changing password
    required:
      - username
      - currentPassword
      - newPassword
    properties:
      username:
        type: string
      currentPassword:
        type: string
      newPassword:
        type: string

Please provide your thoughts and feedback on this.

Thanks,
Vithursa
-- 
Vithursa Mahendrarajah
Software Engineer
WSO2 Inc. - http ://wso2.com
Mobile  : +947*66695643*


* <http://wso2.com/signature> <http://wso2.com/signature>
<http://wso2.com/signature>*
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to