-
Notifications
You must be signed in to change notification settings - Fork 895
config properties third_party properties providers properties provider
GitHub Action edited this page Aug 26, 2024
·
4 revisions
v1.0.1
object
(provider)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
allow_linking | boolean |
Optional | cannot be null | Config |
client_id | string |
Optional | cannot be null | Config |
enabled | boolean |
Optional | cannot be null | Config |
secret | string |
Optional | cannot be null | Config |
allow_linking
indicates whether existing accounts can be automatically linked with this provider.
Linking is based on matching one of the email addresses of an existing user account with the (primary) email address of the third party provider account.
allow_linking
-
is optional
-
cannot be null
boolean
client_id
is the ID of the OAuth/OIDC client. Must be obtained from the provider.
Required if the provider is enabled
.
client_id
-
is optional
-
cannot be null
string
enabled
determines whether this provider is enabled.
enabled
-
is optional
-
cannot be null
boolean
secret
is the client secret for the OAuth/OIDC client. Must be obtained from the provider.
Required if the provider is enabled
.
secret
-
is optional
-
cannot be null
string