Skip to content

Instantly share code, notes, and snippets.

@koohq
Created November 12, 2017 10:21
Show Gist options
  • Save koohq/b67fb21eeaf8255923a3eed6ab0925d4 to your computer and use it in GitHub Desktop.
Save koohq/b67fb21eeaf8255923a3eed6ab0925d4 to your computer and use it in GitHub Desktop.
Bookmarklet for switching login user on SharePoint pages (Licensed under CC0)
javascript:(function(){LoginAsAnother(_spPageContextInfo.webServerRelativeUrl.replace(/^\/$/,'')+'/_layouts/15/CloseConnection.aspx?loginasanotheruser=true',0)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment