https://github.com/backbase/mastercard-openbanking
Mastercard OpenBanking Connect solution using Backbase Platform
https://github.com/backbase/mastercard-openbanking
code-of-conduct github license opensource
Last synced: 4 months ago
JSON representation
Mastercard OpenBanking Connect solution using Backbase Platform
- Host: GitHub
- URL: https://github.com/backbase/mastercard-openbanking
- Owner: Backbase
- Created: 2023-04-13T12:19:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T10:47:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T22:47:23.449Z (11 months ago)
- Topics: code-of-conduct, github, license, opensource
- Language: Dockerfile
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastercard OpenBanking Connect - Backbase POC
In this repository we are implementing the [Mastercard OpenBanking Connect](https://developer.mastercard.com/open-banking-connect/documentation/) APIs to provide OIDC authentication and implementing Backbase contracts to serve account and payments services.
The custom implement components are:
- [OAuth2/OIDC Authorization Server](https://github.com/Backbase/authorization-server)
- [Mastercard Integration Service](https://github.com/Backbase/mastercard-integration-service)
These components are configured to run in a preset [Backbase environment](backbase-environment) that is available to be executed using docker compose, instructions are detailed in there.