Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies

Create or update a ALBSSOPolicy

If a ALBSSOPolicy with the alb-SSOPolicy-id is not
already present, create a new ALBSSOPolicy. If it already exists,
update the ALBSSOPolicy. This is a full replace.
This API is only available when using VMware NSX-T.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBSSOPolicy+

Example Request:

{ "authentication_policy": { "default_auth_profile_path": "/infra/alb-auth-profiles/test-authProfile-2" }, "display_name": "sso-policy" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBSSOPolicy+

Example Response:

{ "_create_time": 1604558738187, "_create_user": "admin", "_last_modified_time": 1604558738194, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "authentication_policy": { "default_auth_profile_path": "/infra/alb-auth-profiles/test-authProfile-2" }, "display_name": "sso-policy", "id": "sso-policy", "is_system_default": false, "marked_for_delete": false, "overridden": false, "parent_path": "/infra", "path": "/infra/alb-sso-policies/sso-policy", "relative_path": "sso-policy", "resource_type": "ALBSSOPolicy", "type": "SSO_TYPE_SAML", "unique_id": "961079bb-8a41-4154-a61e-1d0bb4fd3e25" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: