OfficeDev / skype-web-sdk-samples

Other
116 stars 76 forks source link

skype web sdk sign-in #38

Open sfm2222 opened 5 years ago

sfm2222 commented 5 years ago

I'm trying to sign-in into the sample web SDK project. https://ucwa.skype.com/websdk

I have everything set up in the Azure portal all necessary permissions for skype business are provided also the oauth2allowimplicitflow is set up to true.

As suggested in the AzureAD login I have setup the reply URL to https://ucwa.skype.com/websdk.

But I'm getting the below error:

AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application: 'e9a70a77-0663-4f53-9f98-fc1a5467b18d'

PavelPikat commented 5 years ago

Try changing your reply ULR to https://ucwa.skype.com/* - with wildcard after the slash