Get IDPs (v3.2)
GET/v3.2/api/tenants/:tenant_id/idps
List all the configured IdPs.
Request
Path Parameters
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The actual count.
The ID.
The tenant ID.
items IdpV3N2[]
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.
ID of the tenant.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"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",
"tenant_id": "string"
}
]
}