---
title: "GET /providers/oauth2/{id}/setup_urls/"
method: GET
path: "/providers/oauth2/{id}/setup_urls/"
tags: ["providers"]
---

# GET /providers/oauth2/{id}/setup_urls/

`GET /providers/oauth2/{id}/setup_urls/`

Get Providers setup URLs

## Path parameters

- `id` integer, required

## Response `200`

- OAuth2ProviderSetupURLs — OAuth2 Provider Metadata serializer
  - `issuer` string, required
  - `authorize` string, required
  - `token` string, required
  - `user_info` string, required
  - `provider_info` string, required
  - `logout` string, required
  - `jwks` string, required
  - `dcr_registration` string, nullable, required

## Other responses

- `400`
- `403`
- `404` — Provider has no application assigned

---

[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)
