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
748 stars 728 forks source link

[UX] Self signup with REST API :User is getting an error message when click on confirmation link #6027

Closed NilukaSripalim closed 5 years ago

NilukaSripalim commented 5 years ago

Self signup with REST API :User is getting an error message when click on confirmation link

tested product : wso2is 5.8.0 GA and wso2is-5.9.0-m3 Step to Reproduce :

  1. Register a user using "Self Register user REST API"
  2. Click on confirmation link or "Confirm Account" button in your email.

Expected Result : should display message "Successfully confirmed" and should navigate to dashboard screen Actual Result : "Message : Invalid callback URL found in the request."

*note : this is issue does not occur when try with UI

Labels Type: Bug Priority: High Severity : High Component/s: identity-provider

image

piraveena commented 5 years ago

If you are using rest APi for self registration, either you can can remove callback in email-admin-config.xml file or give a callbackURL in properties.

JKAUSHALYA commented 5 years ago

Closing this as this is the expected behavior.