Is it possible to prompt a log in to authenticate based on a querystring value?
I have a site requiring authentication, except in the case when a token is passed in the querystring. A requirement is that the token users already log in to a thick client and they must only log in once. From the client they click a generated link with a token in query string to open the web page. The site must also be available to non-thick client users by opening directly in browser and authenticating via prompt.