Skip to main content
12-Amethyst
June 30, 2025
Question

Windchill OIDC and JWT request from another Application

  • June 30, 2025
  • 2 replies
  • 385 views

Version: Windchill 13.0

 

Use Case: I want to communicate with Windchill via REST/OData and Bearer Authorization from a Third Party Application


Description:

I have successfully configured Windchill on OIDC and JWT with Microsoft Entra using this documentation: https://support.ptc.com/help/windchill/r13.1.0.0/de/index.html#page/Windchill_Help_Center/WCAdvDeployGuide/WCAdvDepAuth_OIDC.html Is it now possible for me to communicate with Windchill from another application using JWT/Access tokens with Bearer Auth? I have tried various approaches but have not been able to do so.

Maybe I am missing some Configurations or it isn't possible

2 replies

Catalina
Community Moderator
July 7, 2025

Hi @dullnigAlex 

Thank you for your question. 

Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.

Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.

 

Best regards,

Catalina | PTC Community Moderator
12-Amethyst
August 14, 2025

Hi @dullnigAlex ,

 

You have to configure OAuth delegated Authorization to use JWT Tokens for accessing Windchill. 

 

Once it's done you can pass JWT token in Authorization header with value "Bearer <JWT Token>" and the URL should have oauth like below

GET https://<host>:<port>/Windchill/oauth/servlet/odata/ProdMgmt/Parts

Regards,

Rajesh D