We have hosted a windows authentication enabled application in IIS (Intranet web server). We wanted to integrate the SkypeforBusinessOnline in the application and have done the steps given https://msdn.microsoft.com/Skype/WebSDK/docs/developwebsdkappsforsfbonline.
We are able to successfully integrate Skype for Business SDK in our web application. However, the application is redirecting to the OAuth page "https://login.microsoftonline.com/common/oauth2/authorize?response_type=token&&&client_id=" as soon as the user logs in.
Is there a way to avoid this redirection and get the access token silently inside the application (using the clientid and secret key). We don't want to authenticate the user twice in our application. We tried ADAL and it doesn't help though