Skip to content
Management API Reference

Creates a new third-party auth integration

post/v1/projects/{ref}/config/auth/third-party-auth

OAuth scopes

  • auth:write

The fine-grained token must include the following permissions to access this endpoint:

  • auth_config_write

Path parameters

  • ref
    Required
    string

    Project ref

Body

  • oidc_issuer_url
    Optional
    string
  • jwks_url
    Optional
    string
  • custom_jwks
    Optional
    unknown

Response codes

  • 201
  • 401
  • 403
  • 429

Response (201)

1
{
2
"id": "00000000-0000-0000-0000-000000000000",
3
"type": "lorem",
4
"oidc_issuer_url": "lorem",
5
"jwks_url": "lorem",
6
"custom_jwks": null,
7
"resolved_jwks": null,
8
"inserted_at": "lorem",
9
"updated_at": "lorem",
10
"resolved_at": "lorem"
11
}