I have already posted similar question but with not answer, probably due to very bad description.
I will try explain again: I am working on POC, where I want to authenticate user on WCF service layer logged in using AzureAD. User is logged in MVC application and than wants to call WCF service using channel with issued token(Issued by Azure AD). MVC application and WCF service uses identityserver 3 for authentication identityserver uses WsFederation to make federation with Azure AD.
My question is if I can call WCF service with issued token by AzureAd/IdentityServer or I have to request new one? Is it even possible? I am getting securityfault exception when trying to call WCF service. Thanks in advance for any help.
