Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


keithdavis
2015-11-09T13:38:49Z
Is there a way to use AD accounts for the REST authentication? It seems to only use local users.
Sponsor
Forum information
Support
2015-11-12T14:55:38Z
Not right now - I am moving this to Feature requests.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
keithdavis
2015-11-12T14:56:35Z
Guest
2016-04-07T09:26:10Z
I'd also very much like to see this feature. I think the alternative is to use the .NET API, but REST is IMO much more user friendly.
Support
2016-04-07T10:05:45Z
The question is how you plan to call the REST method. If AD should work then Credentials has to be sent some way. There are only a couple of ways to call to make that possible:

1. call using the browser - but that requires that the browser itself is impersonating
2. call using httpwebrequest in .NET on similar in other programming language and manually supply Credentials there

So, even if this Feature sounds nice it is not really possible to make it "that nice".
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Guest
2016-04-07T13:01:34Z
We would for instance use this to make calls to VisualCron from our end-user portal. We don't do manual 😉. The credentials would be stored in a secure way and passed as parameters to the REST call.
Also we would use it via powershell with invoke-webrequest and a credential object as a parameter.
Scroll to Top