How to authenticate to ODK aggregate using python

53 Views Asked by At

I am building a python application and I need to be able to authenticate through an ODK aggregate server. By "authenticate" I mean that, I need to send the login information (username and password) to the ODK aggregate server and it should return if the credentials are correct and the user is active. I rather user python's requests library, but I am open to other suggestions.

1

There are 1 best solutions below

0
Martijn van de Rijdt On

Here you go: https://docs.getodk.org/openrosa-authentication/

P.S. As you'll likely already know ODK Aggregate reached end-of-life a couple of years ago, and has security issues (that won't be fixed).