You need to sign in to do that
Don't have an account?

Redirecting to SalesForce home page from my website
Hello there,
I am developing a application for my company using flex and salesforce.com technologies. I have the below requirement: I need to be able to authenticate the user(sales force login id) from my website (developed using MXML and action scripts) and upon successful authentication, I should redirect them to my salesforce.com org home page (i.e., to the home tab and not to the login.salesforce.com page). If anyone has inputs or pointers on how to do this, can you pls share that with me ?
Thanks,
A B
I am developing a application for my company using flex and salesforce.com technologies. I have the below requirement: I need to be able to authenticate the user(sales force login id) from my website (developed using MXML and action scripts) and upon successful authentication, I should redirect them to my salesforce.com org home page (i.e., to the home tab and not to the login.salesforce.com page). If anyone has inputs or pointers on how to do this, can you pls share that with me ?
Thanks,
A B
Offhand, search around for frontdoor.jsp in the forums. Perhaps you can redirect your user through that mechanism. -S
so you login with flex, get the session id , then go thru the frontdoor function if i recall.
Thanks a lot for the pointers.
I digged deeper and found that apex.getFrontDoorUrl() is the method to retrieve the front door URL in action script. Then I just did a navigateToURL() to redirect to SalesForce.com
What a wonderful forum is this .. thanks for the support.
Regards,
A B
I would like to make exactly the same thing, redirect from my website to a visualforce page after login (the login will be integrated in my website), but the Flex toolkit is only in Flash, and I prefer to not use Flash today. Do you know if there is another way to do it ?
Thank you very much for your help.
Regards,