Salesforce Developer Tutorial: How to do Custom Authentications for Integrations in Apex

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 10

  • @jokerddlv
    @jokerddlv 3 роки тому

    Great video, very helpful!

  • @ikec7941
    @ikec7941 Рік тому

    Great video as always.
    Would appreciate if you create a video for open ID connect as auth provider so it can be used to issue tokens in named credentials that used to make 3rd party api call. my open id connect provider is auth0 , it works manually when I do it in the code directly custom as above of course lots of codes but keep getting 403 even though it worked with custom code.
    Thanks in advance.

  • @vtn08
    @vtn08 Рік тому

    Can you do an updated video which uses the apex class which extends Auth.AuthProviderPluginClass using ECDSA algorithm?

  • @chrisf1176
    @chrisf1176 Рік тому

    Thanks. What about securing the credentials. Metadata can be backed up to source control or spun off into sandboxes where user mgmt controls are lacking. I don't see any good answer for this from Salesforce when NCs and managed packages cannot be used.

  • @Александр-т9у1к

    So if you are sending 100 request per 2 mins, then you will also send 100 requests for getting access token. It looks weird

  • @codingmagic2813
    @codingmagic2813 2 роки тому

    Man Appreciate your help. It is really amazing tutorial, Do you have any paid tutorials by the way? I am interested if you have full Salesforce development courses

    • @CodingWithTheForce
      @CodingWithTheForce  2 роки тому

      All of my courses are free and always will be! I am slowly but surely putting together and extremely comprehensive apex developer course, which you can find in the apex masterclass playlist. Someday soon, I may make paid classes for me to teach people in person, but it’s a ways off still

    • @codingmagic2813
      @codingmagic2813 2 роки тому

      @@CodingWithTheForce Thank you ! I will definately watch your free content for now.

  • @charljune
    @charljune 3 роки тому

    Hey there! I'd just like to ask, do you have a tutorial on how did you set your VSCode for integration? Basically, the execute anonymous and debug log windows. Thanks!

    • @charljune
      @charljune 3 роки тому

      My mistake you're using IntelliJ