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
Parteek Goyal 3Parteek Goyal 3 

How to use visualforce page in login flow?

Hi All,

I want to use visualforce page in login flow. I am to understand how to achive this.

Please help.
Ajay K DubediAjay K Dubedi

Hi Parteek,

You cannot call a visualforce page from flow. You can embed a flow into a visualforce page.

Refer the link below to check how to embed a flow into a visualforce page.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_flows_adding.htm

Thanks 
Ajay