The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
Version: Windchill 13.1
Use Case: I am experiencing an authentication priority issue after upgrading Windchill from 12.1.2.4 to 13.1.2.0, and I would appreciate advice from anyone who has faced and resolved a similar situation.
Description:
With the same configuration applied in 13.1.2.0, OpenDJ is being used for authentication first, instead of Active Directory.
However:
The properties
mapcredentials.admin.adapterswt.federation.org.directoryServicesIf I remove the OpenDJ-related settings from<HTTPServer>/conf/conf.d/30-app-Windchill-Auth.conf,
Active Directory authentication works correctly and I can log in.
This suggests that the JNDI adapter configuration is valid, and that the issue is likely related only to authentication order / priority in 13.1.2.0.
Has anyone encountered a similar issue where OpenDJ takes authentication priority after upgrading to 13.1.x?
If so, I would greatly appreciate any guidance on how the authentication order can be controlled or corrected in 13.1.2.0.
Thank you in advance for any suggestions.
Solved! Go to Solution.
Its the order in your 30-app-Windchill-Auth.conf file. Look at how the Location field is being generated for the AuthBasicProvider. You might need to alter the name in the app-Windchill-AuthProvider.conf since I think the script orders them lexographically.
Its the order in your 30-app-Windchill-Auth.conf file. Look at how the Location field is being generated for the AuthBasicProvider. You might need to alter the name in the app-Windchill-AuthProvider.conf since I think the script orders them lexographically.
