/pingid-python-samples

Sample python scripts to demonstrate the PingID User Management API.

Primary LanguagePythonOtherNOASSERTION

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.
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