Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pingidentity/pingid-python-samples

Sample python scripts to demonstrate the PingID User Management API.
https://github.com/pingidentity/pingid-python-samples

pingid-api

Last synced: about 2 months ago
JSON representation

Sample python scripts to demonstrate the PingID User Management API.

Awesome Lists containing this project

README

        

# pingid-python-samples
PingID python module and some usage examples.

The PingID python module is the program that actually makes the call by following the process required for making an API call. The program such as gerUserDetails.py is just used for building the request body and making an API call with the help of PingID module.

For more extensive documnetation see [PingID API documentation](https://www.pingidentity.com/content/developer/en/api/pingid-api.html).
Autentication flow example can be found in this (java) repo: https://github.com/asafd1/StartAuthenticationSample

### Prerequisistes
- pip install arrow
- pip install pyjwt
- pip install requests