Can I write a daemon program running and use oauth 2.0 client credential grant to access windows azure service management API,
there is an example on github showing a daemon program (TodoListDaemon app) how to use client credential grant to access a web api (TodoListService web API),
So if I want to modify that, have the daemon program to access windows azure service management API, would the client credential grant still work?
I want to write a background program to do some maintenance work using the azure service management API.
Thanks,