Golden Gate REST API Authentication without username/password
Summary:
Hi all,
We are using REST API calls in Linux to start/stop Golden Gate services. All the administrator accounts in our OCI tenancy are federated with an Active Directory FS. When we try to try to pass those credentials to the REST API CURL commands, they throw an error: The authorization information for POST is invalid, missing or not properly informed. The same is working fine when we use the credentials of an OCI local user. I tried to pass an authorization token (like we use for IDCS users/groups) but that's not working for Golden gate.
Is there any other way to authenticate the Golden Gate REST API calls without using OCI local users?