I’ve read the documentation about connecting to Orchestrator API and have managed to connect it all via Postman.
I was wondering; if I wanted to build a desktop app, and distribute that app to the users internally on a secure company network, what is the most practical way to handle user authentication and that architecture in general?
Let’s say I want users to authenticate with their windows username and credentials.
If I add my desktop application as a non-confidential inside orchestrator my users would get a login pop up and they would just choose ‘windows’ authentication method and would get authenticated.
Did I got that correct? Provided that the connecting user is added to my AD group of users inside Orchestrator?