Skip to content

SAP App Router

Marco Beier edited this page Jun 22, 2020 · 3 revisions

Introduction

AppRouter is a Node.js library that is available in the public SAP NPM repository. It represents a single entry point into an application.

Can be used in:

  • SAP CF - Cloud Foundry
  • SAP XSA - XS Advanced (On Premise)
  • Local Environment

Main Features and Capabilities

  • Request dispatching to other microservices (reverse Proxy for the Application)
  • Authentication
  • Authorization check
  • Complete integration with Destination service and Business Services
  • Complete integration with Business Services
  • Complete integration with HTML5 Application repository

Credits

You can find the above information and a lot more in the following Blog.

Clone this wiki locally