MSISDN Gateway CLI tool.
Project description
This little CLI tool let you validate both MT and MOMT flow using MSISDN server.
To start a MT Flow:
msisdn-cli -H https://msisdn.services.mozilla.com \ -c 310 -n +1xxxxxxxxxxx
To start a MOMT Flow:
msisdn-cli -H https://msisdn.services.mozilla.com -c 310
You can also create a certificate to then try to register on a Service Provider such as Loop.
To do so add an –audience parameter and a –login-endpoint you can also provide some –data or –json to be POST with your registration request:
msisdn-cli -H https://msisdn.services.mozilla.com -c 310 -n +1xxxxxxxxxxx \ --audience https://loop.services.mozilla.com --login-endpoint https://loop.services.mozilla.com/registration --json '{"simplePushURL": "http://httpbin.org/deny"}'
If you want you can just display the cURL command using –dry-run:
msisdn-cli -H https://msisdn.services.mozilla.com -c 310 -n +1xxxxxxxxxxx \ --audience https://loop.services.mozilla.com --login-endpoint https://loop.services.mozilla.com/registration --json '{"simplePushURL": "http://httpbin.org/deny"}' --dry-run
The msisdn-cli script will then build you an assertion and write down a curl command to run to make sure it works.
You can also use the -v, –verbose command to display the assertion.
You should get a 200 OK status code with a Hawk-Session-Token header.
If not, here are the error messages you can get:
- “Certificate expired”: you play too long with this curl command,
ask for a new certificate
- “Invalid audience”: The Service Provider doesn’t accept this audience
It can be either a misconfiguration on the server or you trying the assertion to a wrong server.
- “Issuer not trusted”: The MSISDN server that generate your certificate
is not trusted on this Service Provider. It can be either a misconfiguration or you trying the assertion to a wrong server.
Something else? Please make a PR to add it here.
Don’t forget to use msisdn-cli -h
to get more help.
INSTALL
make install source .venv/bin/activate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file msisdn-cli-1.0.tar.gz
.
File metadata
- Download URL: msisdn-cli-1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d7bc9c12e2cbf8f97fadd934f974eef6d442103fe70b07f3cd0bf811f43715 |
|
MD5 | 8e0f257a32d506eef56417a9f36010c0 |
|
BLAKE2b-256 | 97373923daa6cba250914a1792a9a8ac343fc9f1bbec1717f849e31122713b38 |