---
title: "Retrieve tenant-specific OAuth 2.0 Authorization Server Metadata"
method: GET
path: "/{tenantId}/.well-known/oauth-authorization-server"
tags: ["Well-known endpoints API"]
---

# Retrieve tenant-specific OAuth 2.0 Authorization Server Metadata

`GET /{tenantId}/.well-known/oauth-authorization-server`

Returns the Authorization Server configuration metadata for the given tenant in accordance with RFC 8414. Depending on the 'Accept' header, the response is provided either as an unsigned JSON document or as a signed JWT. The metadata includes issuer information, endpoint URLs (e.g., token endpoint), supported grant types and extensions required for OpenID for Verifiable Credential Issuance (OID4VCI) and DPoP.

## Path parameters

- `tenantId` string, uuid, required

## Headers

- `Accept` string, required

## Response `200`

OK

---

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