Forum Discussion
SharePoint link pauses /_layouts/closeConnection.aspx?loginasanotheruser=false&Source=
Hi,
Within our company, we have multiple SharePoint sites over different Office 365 environments.
What we are trying to do is when a user clicks on a SharePoint link the user is first logged out of any other SharePoint sites on the different environment and then the credentials are asked for the new SharePoint environment. This works perfectly:
- When you add
/_layouts/closeConnection.aspx?loginasanotheruser=false&Source=https://company.sharepoint.com/sites/SiteName/to the end of the SharePoint URL
- Added properties
/_layouts/closeConnection.aspx
?loginasanotheruser=false
&Source=https://company.sharepoint.com/sites/SiteName/
The full URL looks like this: - When a user is logged into another SharePoint or Office 365 environment, the user is automatically logged out of that environment and automatically asked for the credentials to log into the new SharePoint site (source URL https://company.sharepoint.com/sites/SiteName/)
The problem arises when the user is not logged into any other SharePoint or office 365 environment. When the user clicks the link above it says “You’ve signed out of your account” but doesn’t request the credentials for the new SharePoint environment. It just pauses at “You’ve signed out of your account”. I have tried changing the properties from ?loginasanotheruser=false and ?loginasanotheruser=true but it still pauses.
Is there any way I can get the procedure to not pause, but redirect the user to the source SP site https://company.sharepoint.com/sites/SiteName/ ? Are there other properties I can add to the SharePoint link that doesn’t make it pause?
Added properties
/_layouts/closeConnection.aspx
?loginasanotheruser=false
&Source=https://company.sharepoint.com/sites/SiteName/
I hope you can help
Colin