I've written a Java script client control Add-in which needs to fetch an access token using the already signed in user from Azure AD .
I'm able to call the Azure AD token endpoint . However the response is not received within the page containing the client control Add-in and I get the following error " Token Renewal Operation failed due to Timeout"
*This post is locked for comments