SOLVED

SAML and SSO with Marketo Landing Pages

Go to solution
Anonymous
Not applicable

SAML and SSO with Marketo Landing Pages

Hi,

We are wanting to build a Marketo landing page with a form for our sales reps to enter customer data for a campaign we will be running, but we are needing the landing page to be secure. We are wanting the sales reps to be able to access the link to landing page via our intranet and want them to only have to be able to sign on one time via the intranet to be able to securely access the form on the Marketo landing page.  Does anyone have experience with leveraging SAML to create a SSO experience for a Marketo landing page in the way that I'm describing? Any additional ideas/insight here would be greatly appreciated!

Thanks,

Courtney

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: SAML and SSO with Marketo Landing Pages

This is not possible with Marketo LPs because the back-end integration isn't there.

If you want to secure access to certain LPs, you'd have to:

  • route your traffic through a CDN that supports signed cookies or URLs, like AWS CloudFront
  • set certain pages to be public and others to require signing
  • have your account string changed to something unguessable (because directly accessing the Marketo instance would get around the CDN layer)

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: SAML and SSO with Marketo Landing Pages

This is not possible with Marketo LPs because the back-end integration isn't there.

If you want to secure access to certain LPs, you'd have to:

  • route your traffic through a CDN that supports signed cookies or URLs, like AWS CloudFront
  • set certain pages to be public and others to require signing
  • have your account string changed to something unguessable (because directly accessing the Marketo instance would get around the CDN layer)
Anonymous
Not applicable

Re: SAML and SSO with Marketo Landing Pages

Ok, thanks for the additional information, Sanford. I wasn't sure if this would be possible or not, so thanks for clarifying.