fastpass test
If I setup the fastpass external login url will all users be sent there or only users that have the cookie set? Also does fastpass support credentials from SSO and GS together?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?The external login url is used when we prompt users to login on your site. We prompt them to do this by default, but give them the option to sign in with their own GS account if they prefer. See http://getsatisfaction.com/developers... for pictures.
-
Inappropriate?I'm not clear on your second question. Can you elaborate?
-
Inappropriate?So the one flow might be as follows:
1.) User signs in to our SSO
2.) User clicks on a link which sends them to our GS site (this page would have the fastpass script in the footer? I'm using php. And this sets the cookie?)
3.) User decides to something that requires authentication
4.) They are presented with a form which challenges them for their name and email
(the values on the form are pre-populated from the cookie?)
5.) They proceed and their SSO email is used (no GS account is created?)
A couple more questions:
Are their cases where the external login url is not used? If the cookie is already set?
What should the external url page look like? Should it be a sso login form?
Also you answered my second question.
My question was what happens if a user doesn't have an SSO account or an existing GS account. And it sounds like they can signin or create a GS account. In our case we would prefer they create an SSO account. -
Yes, if the Fastpass cookie is set then they do not need to login.
The external login page can be your standard login page, or one you design for this purpose. The main thing is that the script is called on the login success page so that it can close the login window and return the user to their flow if necessary. -
Inappropriate?I'm still not having any luck implementing this. Do you have any example php code? Should I post my code?
Loading Profile...


