Teamcenter authentication Issue

0
We have a use case to work with team center in our mendix app. Here the authentication to teamcenter should be implemented using a client's certificate. I checked in the documentation of teamcenter connector it says authentication can be made using SSO.  Can anyone help me to understand the steps needed to establish authentication with teamcenter using client's certificate.
asked
1 answers
0

Hello Himanshi,

 

Teamcenter connector supports SSO out of the box, but not direct client-certificate login. To use certificates you’ll need to configure Teamcenter (or IIS/reverse proxy) to trust the client cert and map it to a user, or use the cert for a token exchange to get an access token which Mendix can use in API calls. Best first step is to test the cert with curl/Postman, then integrate the same flow in Mendix.

 

Regards 

Reemali

answered