Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
jmceachern
Contributor
Contributor

tRestRequest Authentication (Open ID Connect)

Hi,

I'm trying to add authentication to my first REST service that we're providing. Is there any information available for what needs to be set up on the Runtime server to use the Open ID Connect option on tRestRequest? An example would be great. I've looked through the documentation and I'm not finding anything. I've only used Basic HTTP before so this option is new to me.

Thanks,

Jackie

Labels (3)
2 Replies
Anonymous
Not applicable

Hi Jackie (@Jackie McEachern​),

 

You will need to use a token manager for this. Talend uses Apache Syncope (http://syncope.apache.org/docs/index.html). You can see this documented in relation to Talend here (https://help.talend.com/r/en-US/8.0/esb-infra-services-configuration-guide/accessing-talend-identity...).

 

jmceachern
Contributor
Contributor
Author

Thank you very much. I will refer to this document. 🙂