Please advise how to get azure credentials token without user interaction to input username and password..
If i add "commonflow\oauthlogin_deprecated", it will prompt me to login the window account.
I want to run background application o upload data into onedrive so that no user interaction can be done for taking token.
Hi Jessica,
This is currently not possible. I am planning on adding this in a future update but I have no timeframe as of yet.
Kind regards,
Vincent Koning
Hi, I'm just following up on whether this is still in the pipeline?
Thank you.
May I user grant_type = client credentials to get access_token without user interaction? Please advise.