I followed the official tutorial(http://msdn.microsoft.com/en-us/library/hh674475) for requesting the ACS token in exchange of Identity Provider(Facebook) Token via SWT Token request.
I tried every possible thing and I'm unable to get rid of this error
ErrorCode:400:SubCode:T1019:Detail: Inavlid SWT token. The wrap_assertion value is not a SWT assertion
Note:
- I have already verified Issuer= [Realm under Edit Identity provider Page]
- Signing key is the same symmetric key as shown under Token signing key
- I am also wrapping facebook accesstoken as claim in my SWT token to ACS endpoint in order to get ACS token in return.
Correct me if I am doing something wrong, yeah i googled a lot about this but found nothing to resolve!
P.S: I have also tried Password Token request with my Service Identity and it just works fine.