v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Admin

Create OAuth configuration

Create a new OAuth provider configuration (admin only)

post/api/auth/oauth/configs

Request body

provider'google' | 'github' | 'discord' | 'linkedin' | 'facebook' | 'instagram' | 'tiktok' | 'apple' | 'x' | 'spotify' | 'microsoft' required
clientIdstring
clientSecretstring
redirectUristring
scopesstring[]
useSharedKeyboolean

Response

OAuth configuration created

idstring uuid
provider'google' | 'github' | 'discord' | 'linkedin' | 'facebook' | 'instagram' | 'tiktok' | 'apple' | 'x' | 'spotify' | 'microsoft'
clientIdstring nullable
redirectUristring nullable
scopesstring[] nullable
useSharedKeyboolean
createdAtstring date-time
updatedAtstring date-time