SocialProvider
Create an SocialProvider
POST
/
auth
/
social-providers
Body
application/json
tenantId
string
requiredproviderKey
enum<string>
requiredAvailable options:
google
, github
, gitlab
, apple
, facebook
enabled
boolean
requireduseCustomCredentials
boolean
clientId
string | null
clientSecret
string | null
redirectUri
string | null
additionalScopes
any | null
authenticatable
boolean
autoConnectAccounts
boolean
config
any
Response
200 - application/json
id
string
requiredtenantId
string
requiredproviderKey
enum<string>
requiredAvailable options:
google
, github
, gitlab
, apple
, facebook
enabled
boolean
requiredcreatedAt
string
requiredupdatedAt
string
requireduseCustomCredentials
boolean | null
clientId
string | null
redirectUri
string | null
additionalScopes
any
authenticatable
boolean | null
autoConnectAccounts
boolean | null
config
any