phpsaml icon indicating copy to clipboard operation
phpsaml copied to clipboard

Add additional validation on the user create during JIT.

Open DonutsNL opened this issue 2 years ago • 0 comments

Improvement: Problems during the user creation proces (for instance duplicate emailaddresses in unique fields) are not handled properly. This will result in an error that is not shown causing a white screen to show up and leaving the user confused.

https://github.com/DonutsNL/phpsaml/blob/9c8eb651e7e6b88787d910287ec2a08134f7f49a/inc/phpsaml.class.php#L360

DonutsNL avatar Jul 11 '23 11:07 DonutsNL