---
title: "Get current client's configuration for authentication with external Identity Providers"
method: GET
path: "/saml/sp/config"
tags: ["SAML"]
---

# Get current client's configuration for authentication with external Identity Providers

`GET /saml/sp/config`

## Headers

- `X-Fields` string, mask

## Response `200`

Service Provider metadata

- SPMetadataResponse
  - `entityId` string — The unique identifier for the service provider
  - `idpMetadata` object — The actual IdP metadata XML
  - `metadataUrl` string — The URL where the IdP metadata can be accessed

## Other responses

- `401` — Authentication required
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.
- `404` — Service Provider metadata not found

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
