wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

Validation of user submitted form data #5069

Open IsurangaPerera opened 5 years ago

IsurangaPerera commented 5 years ago

As of now user data submitted via JIT provisioning is not handled properly. If the password provided by the user violates password policy it won't allow the user to correct it and retry the submission. Instead, it directs the user to an error page(Refer to wso2/product-is#5009).

In addition to that, there should be a proper mechanism to validate other user attributes(ex. username) as well.

malithie commented 5 years ago

Reducing the priority and to be addressed in a future milestone as this incorporates improvements