CA SSO Siteminder Configuration load balance gateway to SSO policy servers
search cancel

CA SSO Siteminder Configuration load balance gateway to SSO policy servers

book

Article ID: 196986

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Configuration CA API Gateway w/ CA SSO configuration

Environment

Release : 10.0, 11.x

Component : API GATEWAY w CA SSO Siteminder Integration

Resolution

How to configure 1 cluster with 2 policy server in APIM policy manager  - from the Manage SSO Configurations https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/11-0/security-configuration-in-policy-manager/tasks-menu-security-options/manage-ca-single-sign-on-configurations/ca-single-sign-on-configuration-properties.html#concept.dita_1461ee9079a4fb216399f7820c4963f00f9e5e9e_clustersettings

Server 0.0 -  the first 0 is the clusterID, the second 0 is the PS ID 

In a 1 cluster with 2 policy server with failover the values would be as followed:

| server.0.0.accounting.port     | 44441        |

| server.0.0.address             | ###.###.###.### |

| server.0.0.authentication.port | 44442        |

| server.0.0.authorization.port  | 44443        |

| server.0.0.connection.max      | 3            |

| server.0.0.connection.min      | 1            |

| server.0.0.connection.step     | 1            |

| server.0.0.timeout             | 60           |

| server.0.1.accounting.port     | 44441        |

| server.0.1.address             | ###.###.###.### |

| server.0.1.authentication.port | 44442        |

| server.0.1.authorization.port  | 44443        |

| server.0.1.connection.max      | 3            |

| server.0.1.connection.min      | 1            |

| server.0.1.connection.step     | 1            |

| server.0.1.timeout             | 60           |

 

Additional Information