v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBAuth
Creates a new third-party auth integration
post/v1/projects/{ref}/config/auth/third-party-auth
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
Request body
Example request
{
"oidc_issuer_url": "https://login.acme.com",
"jwks_url": "https://login.acme.com/.well-known/jwks.json"
}