latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

tenants

Returns a SAML 2.0 Provider based on the specified SAML 2.0. Id and Tenant Id

You need tenants.tenant.get permission to access this resource

get/tenants/{tenant_id}/saml/providers/{saml_provider_id}

Path parameters

tenant_idstring required

Tenant identifier

saml_provider_idstring required

SAML Provider identifier

Response

OK

Example response

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "attributes": {
      "entity_id": "5b4f337bff4304610483ba67",
      "login_endpoint": "https://example.com",
      "logout_endpoint": "https://example.com",
      "assert_endpoint": "https://example.com",
      "idp_certificates": [
        "identity_provider_certificate"
      ],
      "private_key": "private_key",
      "certificate": "certificate",
      "config": {
        "email_attribute": "name_id"
      }
    },
    "relationships": {
      "tenant": {
        "data": {
          "id": "5b4f337bff4304610483ba67"
        }
      },
      "links": {
        "self": "/v2/tenants/5b4f337bff4304610483ba67"
      }
    }
  }
}