We have customers that log into our portal through their specific subdomain, e.g. acme.mysite.com or superco.mysite.com. They typically use SSO setup within their own estate to access these sites, which might involve Active Directory, Ping, Okta or any other SAML-supporting identity provider. We would like to add a link to our site that pushes them to our FreshDesk site for support queries.
We would like to be able to piggy-back their existing SSO so that access to FreshDesk is effectively click-free. Looking at the docs and the various chats on this topic, I think it is possible using custom SSO policies, but some crucial details evade me, such as:
- Can we send an existing SAML assertion from *.mysite.com to FreshDesk and use that to log a contact in?
- How do we get the contact’s ‘Login with SSO’ button to appear on screen? It doesn’t appear when I tried setting up a custom policy.
- Would we need to replicate the SSO details for each customer / subdomain in FreshDesk, or is there a better way?
Would somebody please be kind enough to walk me through what would be required to achieve what I’m trying to do?