We have numerous kiosks that autologin to a computer specific account. With SharePoint 2010 we just told people to login as another user and that worked since they were mostly just viewing information. With SharePoint 2013 they took this functionality
away and I haven't been able to find a good solution for Kiosks anymore. I've tried all 5 solutions mentioned in this article and none of them look like they work for us:
https://www.nothingbutsharepoint.com/sites/itpro/Pages/Sign-in-as-a-Different-User-in-SharePoint-2013.aspx
Most of the solutions involve trying to replicate the 2010 sign is as a different user by either accessing the "/_layouts/closeConnection.aspx?loginasanotheruser=true" URL in some way, or by modifying the welcome.ascx control template. The
problem with these solutions is they only log you into the current web application as another user. If you are using integrated authentication, you will be still be signed into MySites and any other SharePoint web application as the original account. These solutions are also not recommended by Microsoft:
http://support.microsoft.com/kb/2752600
Microsoft's recommended solution of holding shift, right clicking on the browser, and selecting to Run as a different user does work with SharePoint 2013. But how in the world do you train 100's of end users on kiosk's how to do that? Does anyone
know of a way to make a browser run as a different user every time on startup?
Thanks.
Nick Hurst