---
title: "Get OAuth application settings"
method: GET
path: "/instance/oauth_application_settings"
tags: ["Instance Settings"]
---

# Get OAuth application settings

`GET /instance/oauth_application_settings`

Retrieves the settings for OAuth applications for the instance (dynamic client registration, JWT access tokens, etc.).

## Response `200`

Success

- OAuthApplicationSettings
  - `object` 'oauth_application_settings', required — String representing the object's type. Objects of the same type share the same value.
  - `dynamic_oauth_client_registration` boolean, required — Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).
  - `default_scopes` string[], nullable, required — Default scopes.
  - `oauth_jwt_access_tokens` boolean, required — Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).
  - `client_id_metadata_documents_advertised` boolean, required — Whether the instance advertises support for Client ID Metadata Documents in its OAuth authorization server metadata.
  - `client_id_metadata_documents_only_allow_pre_registered_clients` boolean, required — When true, new unknown CIMD clients are rejected. Previously auto-connected and pre-registered clients remain admitted; deleting a client makes it unknown again.
  - `client_id_metadata_documents_block_implicitly_allowed_clients` boolean, required — When true, recorded implicitly allowed CIMD clients are rejected on future client lookups. Explicitly allowed clients remain accepted. This does not revoke previously issued access tokens.

---

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