Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I'm looking for a solution which allows me to create integration that can work as standalone service in a background.The main issue for me now is authentication because all examples are using mostly OAuth2 which requires a user interaction. But I ...
It's not exactly what I'm looking for. The both examples are utilising OAuth2 code flow authentication which requires human interaction to process. @Dimitri Bokatov, do you know if there is possibility to authenticate service themself using e.g. API ...
Thanks for your reply, but your workaround is not suitable for my case, it requires that desktop user already have proper permission to the resource.In my case I want to allow the Desktop Agent to modify the resource that is denied from them. So my i...