SOLVED

Marketo form + 3rd party authentication

Go to solution
teresahsu
Level 2

Marketo form + 3rd party authentication

Hello,

 

Is there a way to integrate Marketo form with 3rd party authentication?

The process will be when leads fill out the form, they can also choose to single sign-on and access our platform. I can't find any information about it in the community.

 

Thank you!

Teresa

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo form + 3rd party authentication

All can be done with a Marketo form as the entry point... of course the form won't have any innate awareness of your backend/3rd party auth.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo form + 3rd party authentication

A Marketo form can do anything you want after form submission.

 

The Forms JS success event fires afterward, and an onSuccess event listener gets 2 arguments: the values just submitted and the original Thank You URL configured in Form Editor.

Jo_Pitts1
Level 10 - Community Advisor

Re: Marketo form + 3rd party authentication

Teresa,

Maybe my coffee isn't working properly. 

 

Are you suggesting the Marketo form is being used as a sign on mechanism?

 

 

teresahsu
Level 2

Re: Marketo form + 3rd party authentication

Kind of. So, the idea is for people to sign up to get access to a platform and they can also use single sign-on on the form to gain access.

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo form + 3rd party authentication

All can be done with a Marketo form as the entry point... of course the form won't have any innate awareness of your backend/3rd party auth.