Symantec Access Management

 View Only
  • 1.  WSFED federation target url

    Posted Sep 09, 2020 09:44 AM
    Hi, i have configured a WSFED federation with Siteminder in the role of SP and ADFS as AP
    The federation flow works fine, Siteminder process the wsresult  coming from ADFS, search and find the user in the Siteminder local user store, then finally redirect the user to the target application.
    Anyway when redirecting to the target application url the SMSESSION is not available in the request, and so since the target url is protected with basic authentication, the user is challenged for credentials.


    The federation flow start at ADFS:
    https://stsdev.xxxxxxxxxxxxxx.com/adfs/ls/?wa=wsignin1.0&wtrealm=urn:xxxxxxxxAGdev:2020

    The response is POSTED at: 
    wsfeddispatcher
    https://auth.xxxxxx.xxxxxxxxx.es/affwebservices/public/wsfeddispatcher

    The Target url https://portal....... is protected with basic authentication
    Based on documentation:
    "No Data (default)User is redirected to the target application by an HTTP 302 redirect with a session cookie, but no other data"
    When redirecting to the target url no Siteminder cookie is availbale



    Is there something else to be configured for the SMSESSION be generated?



    Thank you
    Best Regards


  • 2.  RE: WSFED federation target url

    Broadcom Employee
    Posted Sep 09, 2020 01:50 PM

    Hi Claudio,

    It sounds like an SMSESSION cookie is generated for the user (else they would receive an error instead of being redirected to the Target application), but since the application and /affwebservices are in separate cookie domains, the browser is not presenting the cookie to the application.  To resolve this, you will either need to move the application into the same cookie domain (I realize this solution may not be feasible or desirable), or configure a cookie provider.  In short, a cookie provider is a way for a user to automatically receive a session cookie in domains within the SSO environment other than to domain to which the user authenticated.  You can read about cookie domains and how a cookie provider can help here:

    https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-identity-and-access-management/single-sign-on/12-8/configuring/web-agent-configuration/single-sign-on-cookie-domains-and-web-agents.html


    Regards,
    Pete




  • 3.  RE: WSFED federation target url

    Posted Sep 09, 2020 03:33 PM

    Hi Peter, thank you for the reply.
    The final target application and the affwebservices are in the same domain (  i obfuscate the url with XXX to protect customer data,  but the domains are the same)
    I also installed a cookie inspector in the browser and there is no SMSESSION cookie

    This is the federation trace, in case this can help:

    [09/09/2020][09:39:08][39884][139842146416384][][agentcommon][][The Configuration Management thread is calling doManagement()]
    [09/09/2020][09:39:08][39884][139842146416384][][agentcommon][][There are doManagement messages]
    [09/09/2020][09:39:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Checking for updates]
    [09/09/2020][09:39:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Checking 1 cached pages for updates]
    [09/09/2020][09:39:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Processing entry: ca-default-oidc-consent.html]
    [09/09/2020][09:39:33][39884][139842145363712][][CustomPostPageCache][performUpdate][
    File Last Modified Time : 1590577744000
    Cache Last Update Time : 1590577744000]
    [09/09/2020][09:39:38][39884][139842146416384][][agentcommon][][The Configuration Management thread is calling doManagement()]
    [09/09/2020][09:39:38][39884][139842146416384][][agentcommon][][There are doManagement messages]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Requesting data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Administration Manager is returning data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][FWSBase.java][getDisambiguationID][Retrieving the disambiguation ID from the requested URI /affwebservices/public/wsfeddispatcher]
    [09/09/2020][09:39:56][39884][139842072581888][][FWSBase.java][getDisambiguationID][serviceURL=/public/wsfeddispatcher/]
    [09/09/2020][09:39:56][39884][139842072581888][][FWSBase.java][getDisambiguationID][serviceURL /public/wsfeddispatcher/ not found in requestedURI /affwebservices/public/wsfeddispatcher]
    [09/09/2020][09:39:56][39884][139842072581888][][WSFEDDispatcher.java][service][targetURL = /public/wsfedsecuritytokenconsumer/]
    [09/09/2020][09:39:56][39884][139842072581888][][WSFEDDispatcher.java][service][Redirecting the user to /public/wsfedsecuritytokenconsumer/ using Server Redirect mode.]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Requesting data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Administration Manager is returning data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][doPost][WSFED SecurityTokenConsumer Service received POST request.]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][FWSBase.java][doRequestLog][Requesting Host: 10.6.0.253 Requesting Host IP: 10.6.0.253 Request protocol: HTTP/1.1 Request was secure: true Authentication type: null]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][FWSBase.java][getQueryString][QueryString from request Empty]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][FWSBase.java][getQueryString][Returning from forward.query_string Empty]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][doPost][Query String: null]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][POST Data - wa: wsignin1.0]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][POST Data - wresult: <t:RequestSecurityTokenResponse xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust"><t:Lifetime><wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2020-09-09T09:39:56.372Z</wsu:Created><wsu:Expires xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2020-09-09T10:39:56.372Z</wsu:Expires></t:Lifetime><wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Address>urn:cepsaAGdev:2020</wsa:Address></wsa:EndpointReference></wsp:AppliesTo><t:RequestedSecurityToken><saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="_f568b94c-414f-41f6-ab51-25c78c9017e8" Issuer="http://ststest.testcorp.com/adfs/services/trust" IssueInstant="2020-09-09T09:39:56.372Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2020-09-09T09:39:56.372Z" NotOnOrAfter="2020-09-09T10:39:56.372Z"><saml:AudienceRestrictionCondition><saml:Audience>urn:cepsaAGdev:2020</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" AuthenticationInstant="2020-09-09T09:39:56.247Z"><saml:Subject><saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">SITAPP313</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /><ds:Reference URI="#_f568b94c-414f-41f6-ab51-25c78c9017e8"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /><ds:DigestValue>DMY/pQBHqAFg3ZYkxJuUHCW321fE+A7bbwTXrezeiBA=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>JGYhMqsvSzF1jnELHv/nrlT5+/ZWxvxmhtSDtDbrQbT8AzrnUhDuVmcf8qUpVsu+kgionGeb8U8py5OL3W4RdkpgBW66vIpY/qpIBet4zSHFtpiZiUNYmPPxP4YfhtuXbODfZ4LVb4MypOQnlWSd+sfVWe8181fPYYfdQ6JOhivmO0/FVDwmnmHi9dny7Gttri0yRdh+foeqvl3HHOPEvbOKh3poCR6YVrogOCNpyQQxvs0uaCqFc4QyItVq4yElwpb8AzuSZOMy3+kOkxhL1RiYv1WfR4C6uFyNY17HMxGmsvzQEUfygQ0AiIv1HEIbl0QWuS0edfsP6JY+tyKAAQ==</ds:SignatureValue><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><X509Data><X509Certificate>MIIDBTCCAe2gAwIBAgIQTmaiF/3rOZJKwh4OSKJ2ZzANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpTVFNERVYgQ0VQU0EgVG9rZW4gU2lnbmluZzAeFw0xODAxMTYxMjA5MTNaFw0yMzAxMTUxMjA5MTNaMCUxIzAhBgNVBAMMGlNUU0RFViBDRVBTQSBUb2tlbiBTaWduaW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApI9zqY9W1xjo0bzST9cF51786GvXdb2qop8/C5J037DzVwkxFw5GbpndCzAG2P2q9ZA0aYhtNs/5RcMBY1H4OsWW4ujcRSh3XR5OqcHjfsqOVWOKqjl0e1puVjElRktkv+20mMCDGFpl8ZwWbj0bV6j1qwLZWsDzDGJ3lPp+FVmDHJEZZKebKfRDDV+EWfGoek4OyXNCwFv1Ql/zRr6QQyx9T0585PpJqKcNW8KbKpPqpsEJ4NsvhxjhtzzaB+y5Ruy1/o2aveZDMsrfjtThboSKcsObZINEBfjlPvrJb8ilcb0lUGpE3Pmp7EQY/PyU9uDg5uHsd0W283a6QXpcVwIDAQABozEwLzAdBgNVHQ4EFgQUQrS1r+F66rzk7aaoadTxLOh7r94wDgYDVR0PAQH/BAQDAgUgMA0GCSqGSIb3DQEBCwUAA4IBAQCGz/KJQhmxe0D3L1XJaz9SkQZOQtBLHNB+n/bDMoz5kFZqsqcTbMhuCatkiLjc5AlXw+PPlDP7k1N/RrPbgQ94v8cmy0E+YCD5BuBKZ6RlBzshMXSWALgwDXqTLdIsiv3MFH92iWoGcr5GujlFfgFESFHteFtVyrcOzVK43/CmSl9JJnLpc9QO4QBIxSM5rKx5NsfrhMLNgURj0El/Q5MVllIik25MJl3bT2HrJXNqZ2Ajzn1splwEX8QQtSPraUy7yDA1uWev+ANv/Gfkk/zc8GFuJ1JiaIJnhopA9vvzNgVVQKQCMa8XxhoKAgFoGzrg5hKbKNAIHqGWibYPSfgz</X509Certificate></X509Data></KeyInfo></ds:Signature></saml:Assertion></t:RequestedSecurityToken><t:TokenType>urn:oasis:names:tc:SAML:1.0:assertion</t:TokenType><t:RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</t:RequestType><t:KeyType>http://schemas.xmlsoap.org/ws/2005/05/identity/NoProofKey</t:KeyType></t:RequestSecurityTokenResponse>]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][POST Data - wctx: null]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Requesting data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Administration Manager is returning data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Requesting data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][][agentcommon][][Administration Manager is returning data for ConfigManager ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/SmHost.conf and SmAgentConfig ID /opt/CA/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][WSFEDResponse - wresult: <t:RequestSecurityTokenResponse xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust"><t:Lifetime><wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2020-09-09T09:39:56.372Z</wsu:Created><wsu:Expires xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2020-09-09T10:39:56.372Z</wsu:Expires></t:Lifetime><wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Address>urn:cepsaAGdev:2020</wsa:Address></wsa:EndpointReference></wsp:AppliesTo><t:RequestedSecurityToken><saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="_f568b94c-414f-41f6-ab51-25c78c9017e8" Issuer="http://ststest.testcorp.com/adfs/services/trust" IssueInstant="2020-09-09T09:39:56.372Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2020-09-09T09:39:56.372Z" NotOnOrAfter="2020-09-09T10:39:56.372Z"><saml:AudienceRestrictionCondition><saml:Audience>urn:cepsaAGdev:2020</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" AuthenticationInstant="2020-09-09T09:39:56.247Z"><saml:Subject><saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">SITAPP313</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /><ds:Reference URI="#_f568b94c-414f-41f6-ab51-25c78c9017e8"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /><ds:DigestValue>DMY/pQBHqAFg3ZYkxJuUHCW321fE+A7bbwTXrezeiBA=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>JGYhMqsvSzF1jnELHv/nrlT5+/ZWxvxmhtSDtDbrQbT8AzrnUhDuVmcf8qUpVsu+kgionGeb8U8py5OL3W4RdkpgBW66vIpY/qpIBet4zSHFtpiZiUNYmPPxP4YfhtuXbODfZ4LVb4MypOQnlWSd+sfVWe8181fPYYfdQ6JOhivmO0/FVDwmnmHi9dny7Gttri0yRdh+foeqvl3HHOPEvbOKh3poCR6YVrogOCNpyQQxvs0uaCqFc4QyItVq4yElwpb8AzuSZOMy3+kOkxhL1RiYv1WfR4C6uFyNY17HMxGmsvzQEUfygQ0AiIv1HEIbl0QWuS0edfsP6JY+tyKAAQ==</ds:SignatureValue><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><X509Data><X509Certificate>MIIDBTCCAe2gAwIBAgIQTmaiF/3rOZJKwh4OSKJ2ZzANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpTVFNERVYgQ0VQU0EgVG9rZW4gU2lnbmluZzAeFw0xODAxMTYxMjA5MTNaFw0yMzAxMTUxMjA5MTNaMCUxIzAhBgNVBAMMGlNUU0RFViBDRVBTQSBUb2tlbiBTaWduaW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApI9zqY9W1xjo0bzST9cF51786GvXdb2qop8/C5J037DzVwkxFw5GbpndCzAG2P2q9ZA0aYhtNs/5RcMBY1H4OsWW4ujcRSh3XR5OqcHjfsqOVWOKqjl0e1puVjElRktkv+20mMCDGFpl8ZwWbj0bV6j1qwLZWsDzDGJ3lPp+FVmDHJEZZKebKfRDDV+EWfGoek4OyXNCwFv1Ql/zRr6QQyx9T0585PpJqKcNW8KbKpPqpsEJ4NsvhxjhtzzaB+y5Ruy1/o2aveZDMsrfjtThboSKcsObZINEBfjlPvrJb8ilcb0lUGpE3Pmp7EQY/PyU9uDg5uHsd0W283a6QXpcVwIDAQABozEwLzAdBgNVHQ4EFgQUQrS1r+F66rzk7aaoadTxLOh7r94wDgYDVR0PAQH/BAQDAgUgMA0GCSqGSIb3DQEBCwUAA4IBAQCGz/KJQhmxe0D3L1XJaz9SkQZOQtBLHNB+n/bDMoz5kFZqsqcTbMhuCatkiLjc5AlXw+PPlDP7k1N/RrPbgQ94v8cmy0E+YCD5BuBKZ6RlBzshMXSWALgwDXqTLdIsiv3MFH92iWoGcr5GujlFfgFESFHteFtVyrcOzVK43/CmSl9JJnLpc9QO4QBIxSM5rKx5NsfrhMLNgURj0El/Q5MVllIik25MJl3bT2HrJXNqZ2Ajzn1splwEX8QQtSPraUy7yDA1uWev+ANv/Gfkk/zc8GFuJ1JiaIJnhopA9vvzNgVVQKQCMa8XxhoKAgFoGzrg5hKbKNAIHqGWibYPSfgz</X509Certificate></X509Data></KeyInfo></ds:Signature></saml:Assertion></t:RequestedSecurityToken><t:TokenType>urn:oasis:names:tc:SAML:1.0:assertion</t:TokenType><t:RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</t:RequestType><t:KeyType>http://schemas.xmlsoap.org/ws/2005/05/identity/NoProofKey</t:KeyType></t:RequestSecurityTokenResponse>]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][Extracting the assertion from security token consumer response [CHECKPOINT = SSOWSFED_EXTARCTASSERTIONFROMSECURITYTOKENRESPONSE_REQ]]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][APID (Issuer): http://ststest.testcorp.com/adfs/services/trust]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][WSFEDBase.java][getAccountPartnerInfo][Trying to fetch Wsfed Identity Provider (Account Partner) Configuration from cache [CHECKPOINT = SSOWSFED_IDENTITYPROVIDERCONFFROMCACHE_REQ]]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][WSFEDBase.java][getAccountPartnerInfo][Obtained Identity Provider(Account Partner) information from cache for: http://ststest.testcorp.com/adfs/services/trust.]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][processWSFEDResponse][Request to get the target url realm [CHECKPOINT = SSOWSFED_GETTARGETURLREALM_REQ]]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][FWSBase.java][getPartnershipSourceValue][Partnership source value = 1]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][getRealmForTarget][The resource URL appended with optional query param: /?WSFEDAPID=http://ststest.testcorp.com/adfs/services/trust]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][getRealmForTarget][Calling isProtected with resource: /?WSFEDAPID=http://ststest.testcorp.com/adfs/services/trust]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][getRealmForTarget][Result code from Sm_AgentApi_IsProtectedEx: 2]
    [09/09/2020][09:39:56][39884][139842072581888][15ff91bf-f23f3479-18a4a178-fe6178f6-058b9198-98][SecurityTokenConsumer.java][getRealmForTarget][Target resource is not protected. Redirecting the user to Target: https://portal.test.testcorp.es/]
    [09/09/2020][09:40:08][39884][139842146416384][][agentcommon][][The Configuration Management thread is calling doManagement()]
    [09/09/2020][09:40:08][39884][139842146416384][][agentcommon][][There are doManagement messages]
    [09/09/2020][09:40:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Checking for updates]
    [09/09/2020][09:40:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Checking 1 cached pages for updates]
    [09/09/2020][09:40:33][39884][139842145363712][][CustomPostPageCache][performUpdate][Processing entry: ca-default-oidc-consent.html]
    [09/09/2020][09:40:33][39884][139842145363712][][CustomPostPageCache][performUpdate][
    File Last Modified Time : 1590577744000
    Cache Last Update Time : 1590577744000]
    [09/09/2020][09:40:38][39884][139842146416384][][agentcommon][][The Configuration Management thread is calling doManagement()]
    [09/09/2020][09:40:38][39884][139842146416384][][agentcommon][][There are doManagement messages]




    Something else i can check?
    Thank you
    BR

    Claudio