Files
authentik/website/docs/developer-docs/api/reference/providers-oauth-2-setup-urls-retrieve.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

402 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: eJytVk1v2zAM/SuCThtgxEXaw5DTiq0oArRr0Y9diiJQbNZWo0iqJGfLAv/3kf6K0KRdgPUUWSLFx6dHMhtuLDgRpNHTnE+4dWYlc3B+ZkQVyvHMQ6jsrHLKzxwEJ2EFPOE5+MxJS27odA6BXfeOrPFg9zcXHg2tcGIJAff55GHDJZlbEUo80niAXzLHtc9KWAo+2fCwts2uDlCA4/XrWKes0vKlAtZZsJVQ9JWDDvJpLXXBQik9uzol+OmVBT39PqAbYSwHL5V0gNkGV0H9mPAgCoK3TZ7jpoescjKsG9zEBQVY4NcjuTjw1mgPnjCPj47oJzMISQdaCmuVzBpa02dPwDe7OZr5M2Rhh80W+QCZXUIQuQgCiXVSKPkHaUkIKz5ckC0C6X2F29u7PT6VLppsRX6l1brLNmlSMQ5vOcg6mAXogywrhDeT+skcZN1TfbiHMoWpwkGmz78W/gDDOtbCQ0RM0vPZXTUEf4275yfOnvQkg4LhJfuHvKW6aMqirndkTUI/+VAZ/USp5I0rO3PO7GpGGz17kqDyGdB5zJhwTqyJhgDLPUwS/MzkexREJyLPJYUV6jqOV2952UJrkb3Jx/EH8nEOGusnY6fX0zcIybHQpNqT1HvZxgrqLogU0AX9R5onbfT4YKj+UnimDYsyZ8J7WWgMSfdhcy0Nde4CGn1Sb53wdGhladvH043M63TbzFNquuBWfWPGPXITVqar45TXUQO8JYJbhqI2OHBRhmD7Dk7fcxCOGjdiG2q7Y2PrnnCK3KY6PhqfjL6MxjsvdikW1M57ry57L5dWATVyEobIGmGgAujleAlKma+FGSKNpCGOkTvAbt3Ivh07l9M7KtsmbUrBT9K0kKGs5qPMLNPoinS7miszTzGUTi+m385+3J41aVrjw1Lo6PKBfday381EIp69NUUjob83UDvWA/wOqVUIhdJr0th0jx/PsYS3AHAxaQftoAD8IKWWCJ58Npu58HDvVF3TNk5YR6MPlyuBY2dOD4g6yaWnNQruSSgP7+Tw6aarjM/s/2f23qz7ZqWpVTVXUkUlfAHr9n9F/YhWJTZ9Go0Ivj04zTKwIXLZ6Sqk/qGuzs9IKMRiJPpO5Em/oNv3wkFaG4s7mhNIbY+unRsIsK7/AmtfTYc=
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 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>