I've got an email embedded link to an html webresource with a data parameter querystring like
https://crm.acme.com/webresources/new_container.htm?Data=xxx
where xxx is encodeUriComponent wrapped.
The problem is that when ADFS authenticates and redirects back the ? appears as %3F and a 404 error results. Obviously if a token exists then no problem.
I have tried a number of things without success
Anyone any ideas, is this a bug?
Thanks