We have a use case where we need to use the userid and password provided by the user in Auth0 login page and make an external api call to get OTDS ticket (Opentext directory services). The sample api request is below. Is this possible from login page and please provide some guidance / sample code to do this. Thank You!
https://otds.xxx.ca/otdsws/rest/authentication/credentials
payload
{
"userName": "xxxxxx",
"password": "yyyyyy",
"targetResourceId": "assgfhgjghjjhg"
}