Error says 'The reply URL specified in the request does not match the reply URLs configured for the application'.
I am able to sign in and access the application without any problem. I get this error only when I click on the link to access other pages before the initial page could load. If I give couple more seconds for initial page to successfully load and then access the rest of application, I am not able to reproduce this error (I am able to access the application). Is it possible to add other pages as well in the Azure Redirect URLs?
For eg: can I add "https://appname.azurewebsites.net/page2" , https://appname.azurewebsites.net/page3"(which would be the URL of other pages in the app) along with "https://appname.azurewebsites.net". So that when I press those pages before complete loading, there will not be error.
Can anyone point me where I am going wrong?