I'm building connector software (python) between many apps we use in our NOC. Final app will be a MPOG. Building all of this in Django. We have many Orion aps in the suite but I will be connecting to SAM 2023.4.1 to retrieve alerts and events and update the NOC MPOG. A lot of confusing info out there. Other apps I connect to have not been an issue. Orion is very confusing. One person says this, another says that and so on. Not interested in building custom API poller's, just plain old REST API calls using python request etc etc...Hell I cannot even find out how to set up SAM to get an API Key. BTW we do use Microsoft AD for access to Orion. We also use AD in our other apps but I still set up the API key / account locally to the apps. I cannot even find the menu / location within the Orion SAM app to do this. From what I understand because our version is no longer limited to Bearer tokens and actually can use an API Key. So as u can see very confused here. Even the orionsdk-python GitHub has been of little help. Any clarity on this issue would be of great help.