-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from DT-DawidWroblewski/main
reshaping the content (+readme.md update)
- Loading branch information
Showing
5 changed files
with
91 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,84 @@ | ||
Here you can add your documentation and delete this README.MD file | ||
# SIM swap API documentation | ||
|
||
## Overview | ||
|
||
### Introduction | ||
|
||
CAMARA Sim Swap API aims to deliver information about last SIM change event to prefent Account Takeover fraud. | ||
|
||
CAMARA community agreed to enable SIM swap API in two complementary flavours: | ||
|
||
1. Based on CAMARA standardization guidelines, that enables API service on a dedicated endpoint and follows CAMARA AuthN/AuthZ concept. [More details available here](#details) | ||
2. Based on GSMA Mobile Connect standardized family of Identity APIs, that delivers Account Takeover Protection service. [More details available here](#details) | ||
|
||
### Quick start | ||
|
||
1. Download one of yaml files. | ||
2. Contact CAMARA API maintainers to get guidance on the onboarding process: | ||
|
||
* [Deutsche Telekom - Dawid Wróblewski](https://github.com/DT-DawidWroblewski) | ||
* [Telefonica - Mona Mokhber](https://github.com/monamok) | ||
* [Orange - Ludovic Robert](https://github.com/bigludo7) | ||
|
||
### Onboarding process for Mobile Connect | ||
|
||
1. Describe your Use case within *Use Case Declaration Form* - provided by MNO employee that guides you through the whole process. MNOs require you to provide data like (it is a subject to local market/MNO conditions what is required): | ||
|
||
* Name/Address/Website/Contact | ||
* Business Type | ||
* Mobile Connect product that is required for a use case | ||
* Use case description, from the consumer point of view (preferably with screenshots, sequence diagrams, and information about where Mobile Connect product shall be used) | ||
* Purpose - the reason for using Mobile Connect | ||
* Privacy Policy details | ||
* Consent Policy details, including the process of consent acquisition | ||
|
||
2. Register *redirect_uri* | ||
3. Register MSISDNs you would like to test ATP/Sim Swap API | ||
4. Register MSISDN to pass secrets (e.g. client_secret or API-key) | ||
|
||
Upon successful onboarding following details are shared: | ||
|
||
1. **client_id** - used for requesting Mobile Connect services | ||
2. **client_secret** - passed in a secured way, e.g. by SMS to MSISDN provided during onboarding | ||
|
||
## Authentication and/or Authorization | ||
|
||
[Camara AuthN/AuthZ Concept]() | ||
[Mobile Connect ATP use OAUTH2.0 Client Credendials for Authentication](https://www.gsma.com/identity/wp-content/uploads/2022/12/IDY.56-Mobile-Connect-Client-Credentials-Profile-v1.0.pdf) | ||
|
||
## Documentation | ||
|
||
### Details | ||
|
||
|Flavour|Details Page| | ||
|---|---| | ||
|CAMARA|[DetailsPage](/SimSwap/code/API_definitions/CAMARA/Check_sim_swap_API.md)| | ||
|Mobile Connect|[DetailsPage](/SimSwap/code/API_definitions/MobileConnect/MobileConnectATP.md)| | ||
|
||
|
||
### Endpoint definitions | ||
|
||
|
||
|Flavour|Endpoint type|Endpoint path| | ||
|---|---|---| | ||
|CAMARA|AuthN/AuthZ|| | ||
||resource|/verify| | ||
|Mobile Connect|AuthN|/token| | ||
||resource|/userinfo| | ||
|
||
### Errors | ||
|
||
Described inside yaml files. | ||
|
||
### Release Notes | ||
|
||
|No|Version|Changelog| | ||
|:---:|---:|:---| | ||
|1|0.5.0|Camara & Mobile Connect flavours available| | ||
|
||
## API Spec | ||
|
||
|Flavour|yaml| | ||
|---|---| | ||
|CAMARA SIM swap|[yaml](/SimSwap/code/API_definitions/CAMARA/checkSimSwap-v0.3.0.camara.swagger.yaml)| | ||
|Mobile Connect Account Takeover Protection|[yaml](/SimSwap/code/API_definitions/MobileConnect/MC_ATP.yaml)| |