Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
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,
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