Configure Windchill SSO with shibboleth, stuck with the 'target' url
As configure Windchill SSO by following the manual: Security Assertion Markup Language (SAML) Authentication , now we are able to open the SSO login page and login with username/password successfully. But when the browser tries to jump into Windchill home page, it showes error message like 'Failed to process the request, Contact your administrator...'. As checked the method server log, there're debug message like below:
2025-11-17 13:09:14,115 DEBUG [ajp-nio-127.0.0.1-8011-exec-1] sso.shibboleth.sessionHook wcadmin - Query Parameter - return = https://plmdev.xxxx.com:4443/Shibboleth.sso/SAML2/POST?hook=1
2025-11-17 13:09:14,115 DEBUG [ajp-nio-127.0.0.1-8011-exec-1] sso.shibboleth.sessionHook wcadmin - Query Parameter - target = null
2025-11-17 13:09:14,116 DEBUG [ajp-nio-127.0.0.1-8011-exec-1] sso.shibboleth.sessionHook wcadmin - Windchill Domain Name = plmdev.xxxx.com
Just wondering where we can set the 'target' properly so that the sessionHook can handle the request successfully. Any advice will be appreciated...

