When FWStrace log reports following during a federation transaction:
[07/17/2020][08:22:49][8956][4728][21e3bf54-b4682720-45ce5d20-d6822047-b3a71729-a4f][SSO.java][getLocalServiceURL][Using request URL: http://hostname.broadcom.net/affwebservices/public/saml2sso]
[07/17/2020][08:22:49][8956][4728][21e3bf54-b4682720-45ce5d20-d6822047-b3a71729-a4f][FWSBase.java][getPartnershipSourceValue][Partnership source value = 1]
[07/17/2020][08:22:49][8956][4728][21e3bf54-b4682720-45ce5d20-d6822047-b3a71729-a4f][SSO.java][getACSURLFromSSORequestContext][Using the Assertion Consumer Service URL derived from the ACS / Default Index: http://hostname.broadcom.net/affwebservices/public/saml2assertionconsumer1]
[07/17/2020][08:22:49][8956][4728][21e3bf54-b4682720-45ce5d20-d6822047-b3a71729-a4f][SSO.java][processAssertionGeneration][Enforce Force Authn Timeouts is set to: false]
How can you tell if this is from legacy federation or new federation partnership model setup?
Release : 12.8.03
Component : SITEMINDER FEDERATION SECURITY SERVICES
Based on code analysis:
public static final String PARTNERSHIP_SOURCE = "PartnershipSource";
public static final String PS_UNKNOWN = "0";
public static final String PS_LEGACY = "1";
public static final String PS_SOA = "2";
public static final String PS_FM = "3";
"Partnership source value = 1" means this is legacy federation.
"Partnership source value = 3" means this is new federation partnership.