Named Credentials: Securing and Simplifying API Callouts

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

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

    Really great review. I was extremely excited to use this as it appears to be exactly what I needed. Then I spent HOURS debugging what I believe to be a major salesforce oversight. Has anyone run into the 100 char limit on the consumer secret? I almost can't believe it and I can't find anyone else raising issues with it. I'm working with a 3rd party REST API that generates client secrets (consumer secrets) that are longer than 100 characters (but still within the 256 stated limit according to oauth 2.0). What's even more unbelievable is that it appears that salesforce got consumer key and consumer secret backwards as the char limit on consumer key (aka client id) is 256. Unbelievable. I have tested this and verified that it is causing the oauth to fail and I can see that the client secret is truncated. I know this is not the video creators fault but thought I'd raise it here to see if anyone else reviewing this video has run into the same issue. Again, thank you - really great overview.

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

      You got any solution for this?

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

      @@niravkumar6261 I submitted a change request to my engineering team at HOVER to shorten our consumer secret to less than 100. They made the change and everything works

  • @ramanrajsaxena4423
    @ramanrajsaxena4423 5 ปีที่แล้ว

    It's simply awesome. Very well explained.

  • @anvesh4646
    @anvesh4646 5 ปีที่แล้ว

    very useful video!

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

    you show'ed with google credentials, but what about proprietary API's with OAuth2, refresh and login tokens?

  • @user-wj1kv2zt5o
    @user-wj1kv2zt5o 5 ปีที่แล้ว

    Really cool, but how to check Authentication Status from APEX ?