Hi experts,
I am new to kore bots and I was successful in creating a bot with basic dialogue flow.I wanted to take it a step further and connect my bot to my sap c4c cloud tenant.I created an action task, choose Rest service as communication method,set up basic authentication with username and password.But when i test the authorization i get a success message even when i provide wrong credentials.
Here are the settings I configured :-
Auth Check URL :- “https://{tenant}.crm.ondemand.com/sap/c4c/odata/v1/c4codata”
Base URL: - “https://{tenant}.crm.ondemand.com”
Auth Fields :- “Content-Type” - “Application/json(Header)”
“Authorization” - “Basic {{Passphrase}}”
Experts please help me with this
Thanks and Regards
Giridhar