Forum Discussion
Juramirez
8 years agoResolver I
Parsing WS-Trust Power BI embedded
Hi all I'm having a problem when embedding a report, the following excepction appears: parsing_wstrust_response_failed: Parsing WS-Trust response failed What could it be? Regards J.
Juramirez
8 years agoResolver I
orygreg
8 years agoFrequent Visitor
Hi Juramirez,
Did you ever get this working? I have similar problem - except my error on the "AcquireTokenAsync" call is: "Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException: parsing_wstrust_response_failed: Parsing WS-Trust response failed".
I can make it work, sort of, if: 1) I revert to a much older install of "Microsoft.IdentityModel.Clients.ActiveDirectory" (one WITHOUT the Async method), and 2) I use AcquireToken (not AcquireTokenAsync). Of course, then I get prompted for credentials.
Thanks,
Greg