Hi All, For the user self sign-up feature in IS 6.0.0, we have a requirement to distinguish a self sign-up request from a normal user provisioning operation.
In IS 6.0.0 currently, a user can self sign-up using one of the following 2 mechanisms. 1. Using self sign-up REST API. 2. Using SCIM provisioning endpoints (/Me, /User) The self sign-up operation will be achieved by the means of an event handler which will be triggered during PRE and POST addUser() operations. Therefore, for any user add operation call, the self sign-up event handler will be triggered and from the handler, we have to identify whether it is a self -sign-up request or not. One possible way to achieve this is by sending a special claim along with the UserBean and from the self sign-up event handler we check for the mentioned claim before starting the self sign-up flow. Appreciate your thoughts on this. Thanks, Omindu -- Omindu Rathnaweera Software Engineer, WSO2 Inc. Mobile: +94 771 197 211 <+94%2077%20119%207211>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
