---
title: "GET /outposts/radius/"
method: GET
path: "/outposts/radius/"
tags: ["outposts"]
---

# GET /outposts/radius/

`GET /outposts/radius/`

RadiusProvider Viewset

## Query parameters

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

## Response `200`

- PaginatedRadiusOutpostConfigList
  - `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` RadiusOutpostConfig[], required
    - `pk` integer, required
    - `name` string, required
    - `application_slug` string, required
    - `auth_flow_slug` string, required
    - `client_networks` string — List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped.
    - `shared_secret` string — Shared secret between clients and server to hash packets.
    - `mfa_support` boolean — When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
    - `certificate` string, uuid, nullable
  - `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)
