---
title: "Get authorization server metadata"
method: GET
path: "/.well-known/oauth-authorization-server"
tags: ["metadata"]
---

# Get authorization server metadata

`GET /.well-known/oauth-authorization-server`

Returns authorization server metadata.

## Response `200`

Returns authorization server metadata.

- OauthMetadata
  - `issuer` string — The issuer of the tokens.
  - `jwks_uri` string, uri — The public keys endpoint.
  - `token_endpoint` string, uri — The token endpoint.
  - `revocation_endpoint` string, uri — The token endpoint.
  - `grant_types_supported` unknown[] — List of supported grant types.
    - unknown
  - `authorization_endpoint` string, uri — The authorization endpoint.
  - `response_types_supported` unknown[] — List of supported authorization code responses.
    - unknown

---

[API](https://skmtc.net/qlik/apis/well-known.md) · [All operations](https://skmtc.net/qlik/apis/well-known/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlik/well-known/revisions/05f05b99747a/schema)
