---
descriptions:
  workos_connect_well_known_metadata:
    issuer: |
      The URL of the issuer, which is your AuthKit domain.
    authorization_endpoint: |
      The URL of the authorization endpoint that initiates the OAuth flow.
    grant_types_supported: |
      A list of the available grant types available at the token endpoint.
    introspection_endpoint: >
      The URL of the introspection endpoint that can be used to validate access
      and refresh tokens.
    response_types_supported: >
      A list of the response types supported by the authorization endpoint.
      Currently this is always `["code"]`.
    token_endpoint: >
      The URL of the token endpoint that can be used to exchange authorization
      codes for tokens.
originalPath: >-
  .tmp-workos-clone/packages/docs/content/reference/workos-connect/metadata/index.mdx
---

# Metadata

Connect exposes several metadata endpoints in order to be compatible with a wide array of clients that support discovery and automatic configuration.
