Is it possible to authenticate to a SSO - Identity provider (PingFederate) via code. I am trying to reach a service (API) which previously used HTTP Basic auth to authenticate requests.
Since the service was put behind a SSO, the applications now use OAuth for accessing it which works fine for a browser enabled application.
However, I am trying to make it work for a simple script which has to authenticate via code to PingFederate. Is this even possible?
I am very new to this form of authenticate so please bear with me if my question is very noobish.