function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
guenthmnguenthmn 

social-single-sign-on Auth.RegistrationHandler: How to redirect to custom start url

I implemented the Auth.RegistrationHandler and got it working,

 

As in this post http://blogs.developerforce.com/developer-relations/2012/01/social-single-sign-on-authentication-providers-in-spring-12.html

 

Only question I have: "How to redirect the portal user to a custom url as the portal start page?"

 

We don't use the std. portal and redirect to a custom VF page. I thought siteLoginUrl would do that, but it does not seem to work the same way the startURL works in the Site.login method.

 

Thanks,

 

Matthias