Justin Wiley

Results 22 comments of Justin Wiley

Got it working in our (currently) very simple project today, so far so good... Will continue working with it over the next couple of days and will report back as...

Is #521 expected to change how this is implemented? ie. Will we be using the @Extensions annotation in some way instead?

Is the captcha also required for exchanging the refresh token?

I bet ya Tesla likely doesn't want third party frameworks handling user credentials directly, understandably. I have a feeling this is fighting a losing battle, even if we find a...

I don't have much to add to the convo at this time, but I'm getting this on version 0.5.16 as well.

Figured it out-- At line 38 in `adquery.py`, the `Open()` function had `"Provider=ADSDSOObject"` as it's parameter. Changing the parameter to `""` allowed the code to continue as normal. From: ```python...

Any chance you might be inclined to publish a new release with this fix? Master build solved this issue for me as well.

Appears so-- On any failure, you get a ValidateException, so checking for a return value isn't really useful. Just wrap the call in a try/catch if you don't want it...

Need to use `requirements_dev.txt` for running the tests.

Would definitely be nice if one Gimme Creds profile could ran for multiple accounts/roles.