Skip to main content
POST
/
v1
/
fleet
/
auth-providers
Error
A valid request URL is required to generate request examples
{
  "auth_url": "<string>",
  "client_id": "<string>",
  "code_challenge_method": "<string>",
  "created_at": "<string>",
  "id": "<string>",
  "is_dynamic_client": true,
  "mcp_server_url": "<string>",
  "name": "<string>",
  "provider_id": "<string>",
  "provider_type": "<string>",
  "token_endpoint_auth_method": "<string>",
  "token_url": "<string>",
  "updated_at": "<string>",
  "uses_pkce": true
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Provider configuration

auth_url
string
required
client_id
string
required
name
string
required
provider_id
string
required
token_url
string
required
client_secret
string
code_challenge_method
enum<string>
Available options:
S256
provider_type
enum<string>
Available options:
microsoft,
salesforce,
slack
token_endpoint_auth_method
enum<string>
Available options:
none,
client_secret_basic,
client_secret_post
uses_pkce
boolean

Response

Created

auth_url
string
client_id
string
code_challenge_method
string
created_at
string
id
string
is_dynamic_client
boolean
mcp_server_url
string
name
string
provider_id
string
provider_type
string
token_endpoint_auth_method
string
token_url
string
updated_at
string
uses_pkce
boolean