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.
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 :
Register a user using "Self Register user REST API"
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
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.
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 :
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