JakobFra
Participant
Member since ‎03-25-2021

User Statistics

  • 11 Posts
  • 0 Solutions
  • 7 Kudos given
  • 33 Kudos received

User Activity

Introduction The goal of this series is to introduce the different destination types of the SAP BTP, to show how they work and also to make them tangible with basic and easy to execute code examples. In parts one and two of this series, I looked at t...
Dear community, currently, I am writing the third part of my blog post series about BTP destination, it will be about Oauth2ClientCredentials destinations. I have already a code sample, this was easy and straight forward, but now I am struggling wi...
Introduction This series is about taking a closer look at the different destination types of the SAP BTP Cloud Foundry environment and making them more tangible with executable code examples. In the first part, we addressed the underlying motivation ...
Motivation We are in the midst of the age of cloud computing and the change in IT system landscapes and software development projects is both noticeable and irreversible. Large, heavyweight monoliths are no longer in vogue, IT systems are becoming sm...
Hi, I have the following architecture for my use case that is deployed on SAP BTP Cloud Foundry: Angular Frontend, Nodejs Backend and an @sap/approuter Application Router, using UAA Service for Authentication and Authorization purposes. As far as...