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
Suraj Gupta 7Suraj Gupta 7 

Login Page with API's

Hi 

I am developing a visualforce page, thats a simple login page with forget password functionality but that thing is that login information is not in salesforce org... It will be retrived from Some other API ...

Here in my case salesforce is playing the part of User Interface ,,...


Please suggest me how to do this ....??
JLA.ovhJLA.ovh
If you need to manage the authentication outside of Salesforce, you should prefer using the standards. Enabling Single Sign On let you use SAML protocol to validate authentication on an external identity provider. Just make your external system SAML compatible
Suraj Gupta 7Suraj Gupta 7
ok Thanks you for the Response ....


but later on if we have a register user and forget password thing in my login page ...then Is this to be happened in the same manner as you told above ...

Actually we are not storing any data in salesforce org and all the data coming from different api's..??