DTI is not working after configuring SSO , Shibboleth as RP and PingFederate as Idp
Jul 19, 2018
01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 19, 2018
01:10 AM
DTI is not working after configuring SSO , Shibboleth as RP and PingFederate as Idp
Hello,
I Configured Windchill for SSO configuration. Using shibboleth as Service Provider and PingFederate as Identity Provider. After SSO configuration DTI is throwing the following error.
Could anyone Please help here.?
ThankYou,
madhu
Labels:
- Labels:
-
Installation
-
Other
3 REPLIES 3
Jul 19, 2018
07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 19, 2018
07:46 AM
I have the same problem on my development system. I have not found a solution yet.
Jul 19, 2018
02:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 19, 2018
02:59 PM
Hi..
Please check if Form-Based Authentication enabled for DTI :
If you want to use form-based authentication with your DTI implementation, additional configuration is required.
Out-of-the-box, the DTILogin action of the connect command is defined as HTTP. In order to use form-based authentication, it must be defined as WIZARD.
This change only needs to be done once, and should be done when you are configuring the Windchill server for form-based authentication. All DTI clients implement the changes when they reconnect to the Windchill server.
1. Navigate to the following directory:
<Windchill>\codebase\com\ptc\windchill\enterprise\nativeapp\msoi\client\xml
2. Locate the following files:
- wtDesktop.xml
- wtOffice.xml
- wtWindows.xml
3. In each file, replace the following line:
<action serverAction="DTILogin" type="HTTP"></action>
with
<action serverAction="DTILogin" type="WIZARD"></action>
4. Clear DTI cache :
- Kill WTWindows.exe process
- Delete cache folder. - DTI cache is present at: %AppData%\ Local\PTC\Desktop Integration\Cache\PTC\Desktop Integration\Cache
- Try connecting the Windchill server through DTI.
Hope this helps
Arshad
Jan 30, 2020
05:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 30, 2020
05:01 PM
Solution Worked in 11.0 M030
- End User DTI worked fine with SSO Enabled
-Consultants - 3rd Party Did not as their Laptops log in as a Different Domain User
- Following the Procedure all the User Login to Open (and then they could select a different user profile (Windchill User) followed by Password/MFA.
Thanks for Solution
