SAP-archive / yaaS-implicit-grant

This project includes a code sample that presents the OAuth2 Implicit Grant Flow in action within a project. It can be used by developers who create services in YaaS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important Notice

This public repository is read-only and no longer maintained.

YaaS tutorials for Implicit Grant Flow

Overview

This repository contains 2 examples of using Implict Grant Flow in YaaS for acquiring access tokens. First example uses YaaS Identity Provider for the Implicit Grant Flow. Second example uses SAP Cloud Identity as the Identity Provider and contains an integrated overlay.

License

This project is copyrighted by SAP AG and made available under the Apache License 2.0. For more legal information, please refer to the "LICENSE" and "NOTICE" files included in the project folder.

Getting started

  • The repository contains 2 subdirectories : YaaS-Implicit-Grant and YaaS-Implicit-Grant-With-SCI.
  • To run the example for Implicit Grant with YaaS Identity provider, please open the YaaS-Implicit-Grant directory and follow the instructions included in the README.md file.
  • To run the example for Implicit Grant with SCI and integrated overlay, please open the YaaS-Implicit-Grant-With-SCI directory and follow the instructions included the README.md file.

About

This project includes a code sample that presents the OAuth2 Implicit Grant Flow in action within a project. It can be used by developers who create services in YaaS.

License:Apache License 2.0


Languages

Language:JavaScript 57.1%Language:HTML 42.9%