Skip to content
LogoLogo

Providers

Operations related to authentication providers

Get Providers

GET/project/providers

Retrieves all providers associated with the project

Responses

Add Providers

POST/project/providers

Adds authentication providers to the project

Request Body

application/json
providers
object

Responses

Get Provider

GET/project/providers/{provider}

Retrieves details of a specific provider

Path Parameters

providerRequired
string

Provider ID

Responses

Update Provider

PUT/project/providers/{provider}

Updates a specific provider's configuration

Path Parameters

providerRequired
string

Provider ID

Request Body

application/json
publishable_key
string

Updated publishable key for Openfort provider

Examplenew_publishable_key
jwk
string

Updated JWK for custom provider

Examplenew_jwk
pem
string

Updated PEM certificate for custom provider

Examplenew_pem
key_type
string

Updated key type for custom provider

Values
rsaecdsa
Exampleecdsa

Responses

200Provider updated successfully

Delete Provider

DELETE/project/providers/{provider}

Deletes a specific provider from the project

Path Parameters

providerRequired
string

Provider ID

Responses

200Provider deleted successfully