Authentication configuration types for custom adapter
One answer
The general mechanism is explained here: https://jazz.net/wiki/bin/view/Main/NativeClientAuthentication
Comments
Thanks Ralph for the link. Does the ETM tool allow a user to generate a token from UI that can be used for authorization instead of username/password..?
The answer above is all I know. I assume you could use OAUTH in such a way, but I am not an expert.
I think regardless what you do, you end up with some kind of password like information you have to store if the automation is supposed to run against the server. I would suggest to use an encryption mechanism to encrypt the password saved on disk. Even with a password file, if you have an app that can read and decrypt that, you have an issue.
Okay. On the OAuth side, we are aware how to generate the consumer key and set the consumer password. This constitutes OAuth 1.0.
Anurag,
Thanks Mehul, I had already suggested to look there in my initial response.