SSO implementation in mendix using TC module

0
I am tring to enable SSO with the option provided in TC configuration. Have mentioned all the required fields and have mention microflow in runtime tab. When I click on Tc login from mendix using SSO, it says login completed and when I go to create new request it says session expired. Can anyone help me here.
asked
1 answers
0

The issue likely occurs because the SSO session isn’t properly linked to the Mendix user session, or the session token expires before being refreshed.

Ensure the following:

  1. Verify the microflow in the Runtime tab correctly creates/retrieves the user and links the SSO session.
  2. Check the session timeout settings in Mendix and the Teamcenter provider, and align them.
  3. Add a token refresh mechanism if the session token has a short lifespan.
answered