---
title: "Get an auth server"
method: GET
path: "/v1/auth-servers/{authServerId}"
tags: ["Auth Server"]
---

# Get an auth server

`GET /v1/auth-servers/{authServerId}`

Get an auth server.

## Response `200`

An auth server

- AuthServer
  - `id` string, uuid, required — The ID of the auth server
  - `name` string, required — The name of the auth server
  - `description` string, required — The description of the auth server
  - `audience` string, required — The recipients that the tokens are intended for. This becomes the 'aud' claim in an access token
  - `signing_algorithm` 'RS256' | 'RS384' | 'RS512' | 'PS256' | 'PS384' | 'PS512', required — Algorithm used in the key signing process
  - `issuer` string, required — The complete URL for the custom authorization server. This becomes the 'iss' claim in an access token.
  - `metadata_uri` string, uri, required — The URI of the metadata document for the auth server
  - `jwks_uri` string, uri — The URI of the JWKS endpoint for the auth server
  - `labels` Labels, required — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `trusted_origins` TrustedOrigin[] — A list or trusted origins to apply the CORS header on for the auth server

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/versions/06734a9c491f/schema)
