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
744 stars 723 forks source link

[IS580] SCIM2 Post /Me does not receive confirmation email #6736

Open reidlai opened 4 years ago

reidlai commented 4 years ago

I am using IS 5.8.0 and tried to use normal Self Registration REST API /Me endpoint to create user, I can receive email with Confirm Account Button and URL with confirmation code.

Then I switched to use SCIM 2.0 Self Registration REST API /Me endpoint, I didn't receive any email. After checking database, there is no record in IDN_RECOVERY_DATA table of Identity RDBMS store.

Is it normal?

IsuraD commented 4 years ago

@reidlai, this is the current behavior of the product. SCIM2/Me endpoint does not support account registration with email verification yet.

IsuraD commented 4 years ago

We can treat this as an improvement in the future.