Files
authentik/website/docs/developer-docs/api/reference/providers-oauth-2-setup-urls-retrieve.api.mdx
2024-09-13 12:17:54 -05:00

403 lines
14 KiB
Plaintext

---
id: providers-oauth-2-setup-urls-retrieve
title: "providers_oauth2_setup_urls_retrieve"
description: "Get Providers setup URLs"
sidebar_label: "providers_oauth2_setup_urls_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVk1PGzEQ/SuWT620ylLgUOXUqEUoEhQEtBeEImd32DVxbGN706bR/vfO7FcsEmikcorXnvG8eX4zkw03FpwI0uhpzsfcOrOSOTg/M6IK5fHMQ6jsrHLKzxwEJ2EFPOE5+MxJS27odA6BXfeOrPFgP24uPBpa4cQSAu7z8f2GSzK3IpR4pPEAv2SOa5+VsBR8vOFhbZtdHaAAx+uXsSas0vK5AtZZsJVQ9JWDDvJxLXXBQik9u5oQ/PTKgp5+G9CNMJaD50o6wGyDq6B+SHgQBcHbJs9x00NWORnWDW7iggIs8OuBXBx4a7QHT5iPj47oJzMISQdaCmuVzBpa0ydPwDe7OZr5E2Rhh80W+QCZXUIQuQgCiXVSKPkHaUkIKz5ckC0C6X2F29u7PT6VLppsRX6l1brLNmlSMQ5vOcg6mAXogywrhDeT+tEcZN1TfbiHMoWpwkGmT78W/gDDOtbCfURM0vPZXTUEf4m75yfOnvQkg4LhJfuHvKW6aMqirndkTUI/fVcZ/USp5I0rO3PO7GpGGz17lKDyGdB5zJhwTqyJhgDLPUwS/MzkexREJyLPJYUV6jqOV2952UJrkb3Kx8k78nEOGusnY5Pr6SuE5FhoUu1J6q1sYwV1F0QK6IL+I83TNnp8MFR/KTzThkWZM+G9LDSGpPuwuZaGOncBjT6pt455OrSytO3j6Ubmdbpt5ik1XXCrvjHjHrkJK9PVScrrqAHeEsEtQ1EbHLgoQ7B9B6fvOQhHjRuxDbXdsbF1TzhFblM9Pjo+HX0efdp5sUuxoHbee3XZe7m0CqiRkzBE1ggDFUAvx0tQynwpzBBpJA1xjNwBdutG9u3YuZzeUdk2aVMKfpymhQxlNR9lZplGV6Tb1VyZeYqhdHox/Xr2/fasSdMaH5ZCR5cP7LOW/W4mEvHstSkaCf2tgdqxHuB3SK1CKJRek8ame/x4jiW8BYCLcTtoBwXgBym1RPDks9nMhYcfTtU1beOEdTT6cLkSOHbm9ICok1x6WqPgHoXy8EYOH266yvjI/n9m7826b1aaWlVzJVVUwhewbv9X1A9oVWLTp9GI4NuDSZaBDZHLTlch9Q91dX5GQiEWI9F3Ik/6Bd2+Fw7S2ljc0ZxAant07dxAgHX9F2hmTYY=
sidebar_class_name: "get api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"providers_oauth2_setup_urls_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/providers/oauth2/{id}/setup_urls/"}
>
</MethodEndpoint>
Get Providers setup URLs
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"id","schema":{"type":"integer"},"description":"A unique integer value identifying this OAuth2/OpenID Provider.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"issuer"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"authorize"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"token"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"user_info"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"provider_info"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"logout"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"jwks"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"issuer\": \"string\",\n \"authorize\": \"string\",\n \"token\": \"string\",\n \"user_info\": \"string\",\n \"provider_info\": \"string\",\n \"logout\": \"string\",\n \"jwks\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"404"}
value={"404"}
>
<div>
Provider has no application assigned
</div><div>
</div>
</TabItem>
</ApiTabs>
</div>
</div>