Pre-requisites:
Observations:
I have shared my observation with the vendor who manages the SAML SSO add-on, and was advised on this:
the user is correctly redirected to the SAML endpoint and the JESSIONID is JSESSIONID=8F2112E4AF58EB63F0E0AF545CD4C15B, then a redirection happens to GDrive (the SAML plugin doesn’t do that), and you can see that the JESSIONID is different JSESSIONID=2C7CE3E0069C21394940E6509B2A5C86. Since the session is different than the one that the authentication started with, the SSO mechanism kicks off again and redirects the user to the IdP for an authentication. The plugin doesn’t kill nor create any session cookie by its own at all. It uses the JSESSIONID that’s created by Atlassian/tomcat by default when the user accesses the Atlassian product.
Hopefully you can share with me what is wrong or guide me to the correct path.