How to Configure a microflow by enabling a SSO login in Teamcenter?

0
Hi team,    I want to configure a microflow for login to Teamcenter by enabling SSO.I can able to login to Teamcenter through browser(UI)  but i want to configure the SSO enabled and login to Teamcenter through microflow itself without using Browser. Could you please guide me how to configured   thanks & Regards HArika
asked
1 answers
0

In principle this is not possible with Teamcenter SSO. The user should authenticate through the IdP's authentication page. But even if you managed to retrieve a token for the login without the user signing in through their browser, this means you managed to circumvent the authentication page. This would represent a security issue for the user you managed to sign using in the Mendix app.

answered