问题
We have an AngularJS 1.x and using ADAL.js. Unable to redirect to URL with parameters after authentication.Our reirect URL is http://domainname/register/step-1/recordid/username
First issue is that we are unable to configure such a Redirect URL in Azure. We have also tried using the solution outlined in Redirection issue with URL parameter with ADAL.js and UI-Router
But we keep on getting the error
"the reply url specified in the request does not match the reply urls configured for the application"
After successful authentication we should be able to redirect to our API URL with parameters e.g. http://domainname/register/step-1/6487HY/nikhil
来源:https://stackoverflow.com/questions/57144757/redirect-uri-issue-with-url-parameter-with-adal-js