Activity Forums Salesforce® Discussions What is difference between lightning app and connected app in Salesforce?

  • What is difference between lightning app and connected app in Salesforce?

    Posted by Aditya on April 17, 2020 at 3:39 pm

    What is difference between lightning app and connected app in Salesforce?

    Shweta replied 4 years ago 4 Members · 3 Replies
  • 3 Replies
  • MOHIT

    Member
    April 18, 2020 at 3:46 pm

    Connected application is basically a mechanism to iframe your external application in a secure manner inside Salesforce, allowing you to securely post and get data from Salesforce into your application .
    Lightning components is a JavaScript framework that you use to build components which can be surfaced to users using the application builder.
    For lightning components your application ui resides inside the platform.You have JavaScript controller associated with your component and that allows you to hook to Salesforce server side logic.For your use case of you we're to connect to your web app from lightning components ,you will need to expose a serve API that Salesforce server can call to .

  • Ratnesh

    Member
    April 20, 2020 at 1:15 pm

    Lightning App - Are the collection of Tabs(Objects, Lightning Components) that works together to achieve our functionality. For Example - Service, Sales, Service Console, and etc. And one more thing these apps will not be available into Salesforce Classic.
    Connected Apps: - Connected Apps are used to Authenticate our salesforce while consuming Salesforce API (no matter SOAP or REST) then we go for Connected Apps which provides Client Secret and Client Key that we use in the request. These two keys are responsible to know which salesforce org we are going to take access.

  • Shweta

    Member
    April 20, 2020 at 2:54 pm

    Lightning App: The Lightning App Builder is a point-and-click tool that makes it easy to create custom pages for Salesforce and Lightning Experience. With the Lightning App Builder, you can combine various components on a single page to give your users what they need all in one place.
    Connected App: It is an application that can connect to Salesforce over Identity and Data APIs. Connected Apps use the standard OAuth 2.0 protocol to authenticate, provide Single Sign-On, and acquire access tokens for use with Salesforce APIs.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos