Michael J Marshall
Michael J Marshall
Almost all of our site's web-based applications (in-house and 3rd-party) support LDAP for authentication via Active Directory. It appears Leaf does not (yet?) support LDAP, which is a significant omission....
Other than "unsecured" mode, there is no provision for authentication that does not involve AD/Shibboleth. Most web applications default to internal authentication (managing their own userids & passwords), with LDAP...
Python 3.11, api-client 1.3.1 I am accessing a REST API where the POST data is an array of object (i.e., Sequence[dict]) - the signature of `RequestStrategy.post()` only accepts dict (object),...