NeDi Community
NeDi Software Specific => Database => Topic started by: JP817 on March 29, 2019, 10:25:35 am
-
Hello,
I try to get the mysql query "SELECT * FROM nodes where mac='005056XXXXXX' " working with the API.
I tested it with RESTClient Addon in Firefox and everything works fine with Basic Authentication (admin, admin) and GET URL https://IP/query.php?t=nodes&q=mac="005056XXXXXX" .
But my problem is that we're using SSO to login.
If I try to login with my Active Directory credentials or admin/admin won't work.
-
The API works with local users only at the moment...