OAuth Flow in SAP BTP Explained | How OAuth works

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

КОМЕНТАРІ • 24

  • @borngenius4810
    @borngenius4810 Рік тому +1

    I am yet to see a video from dada from which I have not gained anything new !Really excellent grasp of technology and great way of explaining. If I get any doubts on anything on SAP BTP, I always search if dada has a video on it first. Thanks a lot Somnath da !!

  • @ronenavitan9722
    @ronenavitan9722 4 дні тому

    Great tutorial!!

  • @prasadvemuluri
    @prasadvemuluri 3 роки тому +2

    Thanks for the vedio Somnath . As always a very informative one .

  • @pinguday1
    @pinguday1 2 роки тому +1

    Nice explanation Somnath

  • @soumikdas100
    @soumikdas100 Рік тому +1

    Excellent Video

  • @nareshdhondi1317
    @nareshdhondi1317 2 роки тому +1

    Thanks Somnath Sir for uploading the video

    • @somnathpaul2020
      @somnathpaul2020  2 роки тому +1

      Hello Naresh .. thanks for your feedback. Hope you are doing well 😊

  • @pabitraacharjee4628
    @pabitraacharjee4628 Рік тому +1

    Somnath, Pabitra here. You have nicely explained the concept!!! Really a good one. Can you please create a video for BTP managed (workzone managed) app router. Many thanks in advance!

  • @ravikirankongati
    @ravikirankongati 10 місяців тому +1

    Well explained.

  • @mohsinahmed5678
    @mohsinahmed5678 10 місяців тому +1

    This is a excellent yet simple explanation can you share how can we use OAuth with S/4 HANA OData APIs , also could you share the PPT

    • @somnathpaul2020
      @somnathpaul2020  10 місяців тому

      Thanks for your feedback. With s4 cloud API access driven by the API key, Application access the JWT to interact with the API.

  • @rahuljain_257
    @rahuljain_257 5 місяців тому

    Hello SAP Enthusiasts,
    I am in the midst of architecting a SAP CAP-based backend coupled with SAP UI5 on the frontend. The objective is to weave in Authentication and Authorization functionalities, particularly utilizing XSUAA, while user credentials are securely stored in the HANA Cloud Database.
    Imagine we have a login page. Upon entering their details and hitting the submit button, the system is designed to authenticate users against the records in the HANA Cloud Database. Successful authentication would result in the issuance of a token, which is then used to authorize subsequent API requests.
    I would appreciate any insights or guidance on how to effectively implement this requirement.

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

    +1 for accent 😀

  • @konigra6074
    @konigra6074 Рік тому +1

    Can you make a video, where you authenticate a third-party-service inside the SAP BTP Cloud platorm with the Open Connectors? I am dealing with a customized third party service, and I THINK it uses OAUTH 2.0. But unsure how to go on with it.

    • @somnathpaul2020
      @somnathpaul2020  Рік тому +1

      Hi yes in that case your third-party api is nothing but the api provider which is oauth protected and your own application will become a client thru which you would like to consume the external API. If that os the use case then this video will be helpful i think. The third scenario seema applicable to your context:
      ua-cam.com/video/M5Yr-ZA8DS8/v-deo.html

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

    how do i protect endpoint without a user? i understand it should be done with client credentials and not user credentials flow flow but now sure how. do you have suggestions?

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

      Can u please take a look of this video; ua-cam.com/video/M5Yr-ZA8DS8/v-deo.html

  • @rupamchakraborty5944
    @rupamchakraborty5944 2 роки тому +1

    How to connect BTP Postgresql in local system pgadmin4

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

    Can u explain how to setup SSO configuration from BTP Sub account (CPI) to S4HANA system, it's no clearly mentioned in SAP BTP documentation in sap portal

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

      Hello Venkatesh, I am not security person, but wish to share a few links in case this helps you. Pls check below links in sequence to enable SSO :
      1. github.com/SAP-docs/btp-cloud-platform/blob/main/docs/50-administration-and-ops/establish-trust-and-federation-between-uaa-and-identity-authentication-161f8f0.md
      2. github.com/SAP-docs/btp-cloud-platform/blob/main/docs/40-extensions/configure-single-sign-on-with-the-identity-authentication-service-8d3c376.md
      3.github.com/SAP-docs/btp-cloud-platform/blob/main/docs/40-extensions/using-saml-bearer-assertion-authentication-f9d5adc.md
      Hope this helps. - Thanks.