Deep dive into Salesforce Named Credential

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2020
  • A named credential specifies the URL of a callout endpoint and its required authentication parameters in one definition. Salesforce manages all authentication for Apex callouts that specify a named credential as the callout endpoint so that your code doesn’t have to.
    This video will explain about named credential, benefit of using named credential, identity type in named credential and supported authentication type.
    Some use case like Named Principle and Per user explained with demo, Linked integration and how to use in external service is explained with demo.
    Blog: salesforcecodex.com/
    Integration Playlist:
    • Integration Architectu...
    Other Integration Videos:
    Salesforce Open CTI Integration
    • Salesforce Open CTI In...
    #salesforce #salesforceintegration #integration #salesforcecodex #namedcredentials
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @TaniyaDhiman-zo6vh
    @TaniyaDhiman-zo6vh ปีที่แล้ว +1

    very well explained sir Thank you so Much

  • @arif73569
    @arif73569 3 ปีที่แล้ว +1

    Awesome

  • @federicaaloia4297
    @federicaaloia4297 2 ปีที่แล้ว +1

    Could you please share the link where you explain the JWT as authentication protocol?

  • @sushmamaurya5083
    @sushmamaurya5083 ปีที่แล้ว

    28:30 if my website name is not listed in provider type then do I need to create Auth. Provider ?

  • @venkateshkulkarni4427
    @venkateshkulkarni4427 ปีที่แล้ว

    How to get the scope value in the named credentials in apex?

  • @Chris3King
    @Chris3King 3 ปีที่แล้ว

    Just wondering which video the other 2 use cases are under for the demo, thanks

    • @SalesforceCodex
      @SalesforceCodex  3 ปีที่แล้ว

      It is not created. We will do it as video or post atleast a blog on this.

    • @SalesforceCodex
      @SalesforceCodex  3 ปีที่แล้ว

      Hello, We can posted blog for 1 use case for AWS Signature version4. salesforcecodex.com/salesforce/use-named-credential-to-upload-file-in-s3/

  • @ramansaini457
    @ramansaini457 3 ปีที่แล้ว

    HI, yesterday it was working, today it giving me error : "message":"Session expired or invalid","errorCode":"INVALID_SESSION_ID"
    please help

    • @SalesforceCodex
      @SalesforceCodex  3 ปีที่แล้ว

      Hello Raman, You have to share code or we can connect to resolve your issue. You can chat on linked-in profile for immediate response.

  • @sunreddy9669
    @sunreddy9669 3 ปีที่แล้ว

    @26:27 you are using $credential.username and $credential.password and you didn’t show where u configured that. You just skipped saying it’s covered in demo. Can you please eloborate or attach screenshot of that configuration??

    • @SalesforceCodex
      @SalesforceCodex  3 ปีที่แล้ว +1

      You need to configure it in named credential.
      Select named principle as identity type
      Select Password Authentication as Authentication protocol. You will see username and password fields to configure.