cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

OAuth 2.0 Authentication

vmedvedev
1-Newbie

OAuth 2.0 Authentication

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!

2 REPLIES 2
jkaczynski
4-Participant
(To:vmedvedev)

Hello Vladimir Medvedev​,

Any implementation of additional protocol can be done by writting a custom ThingWorx Extension. More on that:

https://marketplace.thingworx.com/-/media/Marketplace/Download%20Item/Related%20Content/T/Thingworx%20Extension%20Develo…

https://marketplace.thingworx.com/search?q=extension%20sdk

Especially take note about Authenticators - entities that are responsible for user authentication:

PTC

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

Top Tags