---
title: "GET /providers/oauth2-dcr/"
method: GET
path: "/providers/oauth2-dcr/"
tags: ["providers"]
---

# GET /providers/oauth2-dcr/

`GET /providers/oauth2-dcr/`

OAuth2 Dynamic Client Registration configuration ViewSet

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer
- `provider` integer
- `search` string

## Response `200`

- PaginatedOAuth2DynamicClientRegistrationList
  - `pagination` Pagination, required
    - `next` number, required
    - `previous` number, required
    - `count` number, required
    - `current` number, required
    - `total_pages` number, required
    - `start_index` number, required
    - `end_index` number, required
  - `results` OAuth2DynamicClientRegistration[], required
    - `pbm_uuid` string, uuid, required
    - `provider` integer, required
    - `default_application_group` string — Group to assign to automatically created applications.
    - `override_authorization_flow` string, uuid, nullable — Authorization flow applied to dynamically registered clients.
    - `override_invalidation_flow` string, uuid, nullable
    - `override_property_mappings` string[] — Scope mappings applied to dynamically registered clients.
    - `access_token_validity` string — Maximum access token validity for registered clients (Format: hours=1;minutes=2;seconds=3).
    - `refresh_token_validity` string — Maximum refresh token validity for registered clients (Format: hours=1;minutes=2;seconds=3).
    - `allowed_grant_types` GrantTypeEnum[] — If empty, all grant types are allowed.
    - `policy_engine_mode` 'all' | 'any'
  - `autocomplete` Autocomplete, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
