# SSO Node 1
serviceVersion = 2.0
# ownerID of the 1st service entry
ownerId = <insert-here>
serviceType.product = com.vmware.cis
serviceType.type = cs.identity
# serviceID of the 1st service entriy
nodeId = <insert-here>


# endpoint IDP
endpoint0.url = https://<insert-here>/sso-adminserver/idp
endpoint0.type.id = com.vmware.cis.cs.identity.idpprovisioning
endpoint0.type.protocol = vmomi
endpoint0.ssltrust0 = <insert-here>

# endpoint websso
endpoint1.url = https://<insert-here>/websso/SAML2/Metadata/<domain>
endpoint1.type.id = com.vmware.cis.cs.identity.websso
endpoint1.type.protocol = http
endpoint1.ssltrust0 = <insert-here>

# endpoint groupcheck
endpoint2.url = https://<insert-here>/sso-adminserver/sdk/<domain>
endpoint2.type.id = com.vmware.cis.cs.identity.groupcheck
endpoint2.type.protocol = vmomi
endpoint2.ssltrust0 = <insert-here>

# endpoint healthstatus
endpoint3.url =https://<insert-here>/websso/HealthStatus
endpoint3.type.id = com.vmware.cis.common.healthstatus
endpoint3.type.protocol = rest
endpoint3.ssltrust0 = <insert-here>

# endpoint admin
endpoint4.url = https://<insert-here>/sso-adminserver/sdk/<domain>
endpoint4.type.id = com.vmware.cis.cs.identity.admin
endpoint4.type.protocol = vmomi
endpoint4.ssltrust0 = <insert-here>

# endpoint STS
endpoint5.url = https://<insert-here>/sts/STSService/<domain>
endpoint5.type.id = com.vmware.cis.cs.identity.sso
endpoint5.type.protocol = wsTrust
endpoint5.ssltrust0 = <insert-here>
