Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Recently we got requirements to build REST services that support OAuth 2.0. Also we have strict requirements for url format like this
/Fleet/Equipment/ID/{OEM ISO identifier}/Locations/{startDateUTC}/{endDateUTC}/ {pageNumber}
Could it be done through Thingworx platform? Currently we are using ThingWorx 7.2.3.
Thanks in advance!
Hello Vladimir Medvedev,
Any implementation of additional protocol can be done by writting a custom ThingWorx Extension. More on that:
https://marketplace.thingworx.com/search?q=extension%20sdk
Especially take note about Authenticators - entities that are responsible for user authentication:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS210104&lang=en&source=snippet
Implementing OAuth could also require to create a custom Authentication Filter for Tomcat.
Hope that above information helps you.
Regards,
J.
Thanks a lot. I will take a look.
Thanks,
Vladimir