You are integrating SiteMinder/Access Gateway with the Identity Security Platform (IDSP). In this configuration, SiteMinder fully delegates authentication to IDSP with the SSO mode set to 'Web SSO and Programmatic.' You need to understand how and when SSO cookies are generated during a successful authentication flow.
You can observe the following sequence of cookie generation when authentication is successful:
authcomplete request to IDSP, IDSP sets the sspsession cookie.bctokencontroller sets the SMSESSION cookie.You can verify these cookies using browser developer tools (e.g., Google Chrome Developer Tools) under the Application or Network tabs to ensure both session tokens are correctly placed.