Update SSO (v3.2)
PUT/sdwan/v3.2/api/idps/:idp_id
Update SSO.
Request
Path Parameters
The SSO ID.
- application/json
Body
Sso details
The option Auto Create Operators is selected. True or False.
The option Auto Create Operator Roles is selected. True or False.
List the disabled IdP configurations.
List the reasons for disabled IdP configurations.
The ID.
The entered email ID of the Palo Alto Networks Customer Support.
The configured IdP domain name. Max length = 128. Consisting of letters all in lower case and numbers only.
The IdP identity provider ID.
The IdP login URL.
The IdP log out URL.
The IdP metadata b64.
List the inactive IdP configurations.
The reason for the IdP configuration being inactive.
The is_hob true or false.
Role mapping as defined in the IdP system.
The session timeout duration for a session in seconds. The default value is 3600 seconds.
The sign redirect binding is true or false.
The SP metadata b64.
sp_x509_b64.
The SP x509 serial number. Max length = 1024.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The option Auto Create Operators is selected. True or False.
The option Auto Create Operator Roles is selected. True or False.
List the disabled IdP configurations.
List the reasons for disabled IdP configurations.
The ID.
The entered email ID of the Palo Alto Networks Customer Support.
The configured IdP domain name. Max length = 128. Consisting of letters all in lower case and numbers only.
The IdP identity provider ID.
The IdP login URL.
The IdP log out URL.
The IdP metadata b64.
List the inactive IdP configurations.
The reason for the IdP configuration being inactive.
The is_hob true or false.
Role mapping as defined in the IdP system.
The session timeout duration for a session in seconds. The default value is 3600 seconds.
The sign redirect binding is true or false.
The SP metadata b64.
sp_x509_b64.
The SP x509 serial number. Max length = 1024.
{
"auto_provision_operators": true,
"auto_provision_roles": true,
"disabled": true,
"disabled_reason": "string",
"id": "string",
"idp_domain_admin_email": "string",
"idp_domains": [
"string"
],
"idp_entity_id": "string",
"idp_login_url": "string",
"idp_logout_url": "string",
"idp_metadata_b64": "string",
"inactive": true,
"inactive_reason": "string",
"is_hob": true,
"role_map": {},
"session_timeout_s": 0,
"sign_redirect_binding": true,
"sp_metadata_b64": "string",
"sp_x509_b64": "string",
"sp_x509_serial_no": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SSO_INVALID_ETAG"
}
]
}
}