cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Import Failed: The SSO Authentication Type is not set up on this server.

mnalla
7-Bedrock

Import Failed: The SSO Authentication Type is not set up on this server.

Hi ,

I installed and configured pingFederate for SSO connection. but while configuring the ptc-windchill-integration-connector the following error is generated.


Can anyone help out me with the issue..?


Regards,

madhu



7 REPLIES 7
posipova
20-Turquoise
(To:mnalla)

Please refer to this article for troubleshooting help on that error:

https://www.ptc.com/en/support/article?n=CS269460

mnalla
7-Bedrock
(To:posipova)

Hi Polina Osipova,

I had referred to the document but still not able to go further. Could you have any other suggession.

Thanks,

madhu

Vinay_S
15-Moonstone
(To:mnalla)

Hi Madhu,

Did you find solution for this error even I am stuck with this.

Vinay S.
CADOpt Technologies Private Limited
Bengaluru.
mnalla
7-Bedrock
(To:Vinay_S)

Hi Vinay,

I did not find the solution yet, you can raise a case with PTC, They will help you.

Thanks,

madhu

This error is related to "EnableSSO": true settings from platform-settings.json file.

 

Ensure that their not extra spaces and syntax is correct. Clear the cache and start the tomcat service again.

 

Thanks,

Ganesh

You have to enable SSO in platform-setting.json as true

{

                "PersistenceProviderPackageConfigs": {

                                "PostgresPersistenceProviderPackage": {

                                                "ConnectionInformation": {

                                                                "jdbcUrl": "jdbc:postgresql://localhost:5432/thingworx",

                                                                "password": "password",

                                                                "username": "twadmin"

                                                }

                                }

                },

               

                "PlatformSettingsConfig": {

                                "BasicSettings": {

                                                "EnableSSO": true

                   }

   }

}

Please share if you have any SOP for SSO.

Top Tags