May 18 2021 04:06 PM - edited May 18 2021 04:33 PM
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:
to the end of the SharePoint URL
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/...
I hope you can help
Colin