Posts

Showing posts from April, 2020

Connected App in Salesforce

Image
What is Salesforce Connected App & How to create it in your Salesforce org? Connected App is a framework which helps you to connect external application via standard protocols like- -SAML -OAuth- Majority of the developers use this protocol. -OpenID Connect Your Salesforce Conncted App use above protocols to Authorize, Authentication and helps to login via Single Sign-On method. Salesforce has all control on Connected App- Usage Matrics. Here is an Architecture diagram: Explanation : Service Now : It is an external application/tool use to manage the Incident, Service Requests to   support projects. Protocols : SAML/OAuth/OpenID Connect are use to communicate between your Salesforce Or and External Application. Connected Apps use these protocols do authorize, authenticate and provide Single Sign-On for External Applications. Now, I will show you that How to create Connected App in you Or. Go to--> Setup--> Apps--> App Manager Cli...