I am trying to determine how I can integrate with BMC Remedy via it's API.
The ARServerUser class seems to require the a username and password, given that I am driving this from an application behind an SSO solution (Oracle OAM/OIM) it's not possible for me to obtain the users password however I can keep the usernames in sync.
I guess I could use a single administrative account for API access however I suspect this will ruin the audit trails should any updates be made or does the API support impersonation perhaps?
Am I missing something it seems there should be support for other authentication options or impersonation via the API?