Git Product home page Git Product logo

saas-sample's Introduction

SaaS-Sample

A simple app that introduces you to how to develop a multitenant application on SAP Cloud.

ref:

Key Points

  1. XSUAA Service (SAP User Authentication and Authorization)
  2. SaaS Provisioning Service (SaaS Register)

XSUAA Service

XSUAA is a UAA service used within SAP.
Like a typical UAA service, it is used integrated with IDP and does not store direct user information, but instead takes e-mail and id values that can be keys and maps them with the Role.
Configuration of the XSUAA service can be found in the security/xs-security.json file and is used as defined.

SaaS Provisioning Service (SaaS Register)

SaaS Provisioning is a service that registers SaaS App/Service and manages Lifecycle for use by other Tenants.
It is a function that supports onboarding/offboarding and subscribing to App/Service through UI/API.
Settings can be found in config.json.

How does it work?

Before deploying the SaaS app, you should pre-deploy the services that bind together.

## Create the XSUAA service instance with the xs-security.json security descriptor file.
cf create-service xsuaa application xsuaa-service-tutorial -c security/xs-security.json

## Create the SaaS Provisioning service instance with the config.json file.
cf create-service saas-registry application saas-registry-tutorial -c config.json

## deploy the application with the updated manifest.yml file.
cf push

saas-sample's People

Contributors

minguss avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.