Search code examples
azureazure-active-directoryskype-for-businessskypedeveloper

ADSTS50011: The reply address does not match the reply addresses configured for the application


I have configured an application to use Skype for business Web SDK on azure portal. I have registered it successfully on AAD and done other necessary steps.

I am running it on my local machine on default IIS port i.e. 80 and name of web application is http://localhost/SkypeWebSDKSamples/ . While running the application its giving me error

ADSTS50011: The reply address does not match the reply addresses configured for the application".

The piece of code where its giving me error is below:

enter image description here

I have already put this URL in azure Reply URLs but its keep giving me same error. Below is screenshot:

enter image description here I have seen several links on stackoverflow and web and none of them is helping. I have spend already 6 hours on this thing. Any help or suggestions will be highly anticipated.


Solution

  • I changed the reply URL on azure to http://localhost/* and it works for me.

    There is a NOTE in the official documeantation:

    Note: During development it is a common practice to host your application on http://localhost and provide http://localhost/* as a reply url.