Invoking SSO protected webservices
Hi,
We have been granted access to an OTM (oracle transportation management) instance on Oracle GSE portal. When I try to open the application login page, I'm first directed to Oracle SSO and then to the application login.
I'm trying to use SOAPUI and cURL to test a webservice. How do I include the SSO authentication in this?
If I use cURL( v7.51.0):
curl -i -v -X GET -u D1.PLANNER:<PASSWORD> -H "Content-Type: application/json" "https://xxxx-otm.oracledemos.com/GC3/api/sdo/buy_shipment?id=D1.05261"
I get an error:
C:\Curl>curl -i -v GET -u D1.PLANNER:<PASSWORD> -H "Content-Type: application/json" "