Security

 View Only
  • 1.  ClerarPass CPPM scripting using Python

    Posted Sep 11, 2020 06:30 AM

    Hello,

     

    I would like to use Python module directly from CPPM to send in real time a list of authenticated users and devices (or any other attribute) to exetrnal server.

     

    Is it possible to get access using CLI to CPPM and add a Python module to do that ? Could you help ?

     

    How could I install a specific Python add-on ?

     

    thank you for your help



  • 2.  RE: ClerarPass CPPM scripting using Python

    Posted Sep 11, 2020 01:04 PM

    No. You'd have to run it as middleware.



  • 3.  RE: ClerarPass CPPM scripting using Python
    Best Answer

    Posted Sep 13, 2020 01:49 AM

    the simplest process is to leverage context-server-actions to send a HTTPs POST to your 3rd party system, this can be event driven and you can pretty much include any data from the authN/authZ in the body, you can send it as xml/json eyc.

     

    The key is having a system that can consume the data and can handle potentially a large number of API calls.