Wso2 Registered Callback Does Not Match With The Provided Url Fixed Here
Register both URLs as separate callbacks (WSO2 allows multiple entries, one per line) or use a regex pattern that makes the s optional: regexp=http(s?)://localhost:8080/callback
In multi-tenant WSO2 deployments, the callback URL is validated per tenant. Forgetting to register the callback in the correct tenant context causes this error. Register both URLs as separate callbacks (WSO2 allows