We have an externally facing website, to which we would like to add a link to a SharePoint Online site, but we want to pass through the login page, so the Sharepoint site seamlessly loads.
Is that possible?
I tried hijackingSharePointOnlineCredentialsRequest/response to redirect, but that does not work.
Is there any sample code for cookies or response redirect headers that would allow this?