Skip to content

Commit

Permalink
Merge pull request #210 from zitadel/idp-auto-linking
Browse files Browse the repository at this point in the history
fix: add Idp auto linking parameters
  • Loading branch information
eliobischof authored Dec 20, 2024
2 parents bfe1a97 + 71095ff commit cc93a3f
Show file tree
Hide file tree
Showing 116 changed files with 165 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/data-sources/idp_azure_ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_azure_ad" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `email_verified` (Boolean) automatically mark emails as verified
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_github" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_github_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "zitadel_idp_github_es" "default" {
### Read-Only

- `authorization_endpoint` (String) the providers authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_gitlab" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_gitlab_self_hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_gitlab_self_hosted" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_google.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_google" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_ldap" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `avatar_url_attribute` (String) User attribute for the avatar url
- `base_dn` (String) Base DN for LDAP connections
- `bind_dn` (String) Bind DN for LDAP connections
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "zitadel_idp_oauth" "default" {
### Read-Only

- `authorization_endpoint` (String) The authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `id_attribute` (String) The id attribute
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/idp_saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "zitadel_idp_saml" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `binding` (String) The binding
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
- `is_auto_update` (Boolean) enabled if a the ZITADEL account fields are updated automatically on each login
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_azure_ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_azure_ad" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `email_verified` (Boolean) automatically mark emails as verified
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_github" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_github_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ data "zitadel_org_idp_github_es" "default" {
### Read-Only

- `authorization_endpoint` (String) the providers authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_gitlab" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_gitlab_self_hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_gitlab_self_hosted" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_google.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_google" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_ldap" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `avatar_url_attribute` (String) User attribute for the avatar url
- `base_dn` (String) Base DN for LDAP connections
- `bind_dn` (String) Bind DN for LDAP connections
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ data "zitadel_org_idp_oauth" "default" {
### Read-Only

- `authorization_endpoint` (String) The authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `id_attribute` (String) The id attribute
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_idp_saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "zitadel_org_idp_saml" "default" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `binding` (String) The binding
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
- `is_auto_update` (Boolean) enabled if a the ZITADEL account fields are updated automatically on each login
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/org_oidc_idp.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ output "org_oidc_idp" {

### Read-Only

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enabled if a new account in ZITADEL are created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_azure_ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "zitadel_idp_azure_ad" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -31,6 +32,7 @@ resource "zitadel_idp_azure_ad" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `email_verified` (Boolean) automatically mark emails as verified
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "zitadel_idp_github" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -29,6 +30,7 @@ resource "zitadel_idp_github" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_github_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "zitadel_idp_github_es" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -33,6 +34,7 @@ resource "zitadel_idp_github_es" "default" {
### Required

- `authorization_endpoint` (String) the providers authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "zitadel_idp_gitlab" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -29,6 +30,7 @@ resource "zitadel_idp_gitlab" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_gitlab_self_hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "zitadel_idp_gitlab_self_hosted" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -30,6 +31,7 @@ resource "zitadel_idp_gitlab_self_hosted" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_google.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "zitadel_idp_google" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -29,6 +30,7 @@ resource "zitadel_idp_google" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "zitadel_idp_ldap" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -38,6 +39,7 @@ resource "zitadel_idp_ldap" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `base_dn` (String) Base DN for LDAP connections
- `bind_dn` (String) Bind DN for LDAP connections
- `bind_password` (String, Sensitive) Bind password for LDAP connections
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "zitadel_idp_oauth" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -34,6 +35,7 @@ resource "zitadel_idp_oauth" "default" {
### Required

- `authorization_endpoint` (String) The authorization endpoint
- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `id_attribute` (String) The id attribute
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/idp_saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ resource "zitadel_idp_saml" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
metadata_xml = <<EOM
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://saml.example.com/entityid" validUntil="2034-05-15T14:21:58.979Z">
Expand Down Expand Up @@ -60,6 +61,7 @@ EOM

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `is_auto_creation` (Boolean) enable if a new account in ZITADEL should be created automatically on login with an external account
- `is_auto_update` (Boolean) enable if a the ZITADEL account fields should be updated automatically on each login
- `is_creation_allowed` (Boolean) enable if users should be able to create a new account in ZITADEL when using an external account
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/org_idp_azure_ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "zitadel_org_idp_azure_ad" "default" {
is_creation_allowed = true
is_auto_creation = false
is_auto_update = true
auto_linking = "AUTO_LINKING_OPTION_USERNAME"
}
```

Expand All @@ -32,6 +33,7 @@ resource "zitadel_org_idp_azure_ad" "default" {

### Required

- `auto_linking` (String) Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches, supported values: AUTO_LINKING_OPTION_UNSPECIFIED, AUTO_LINKING_OPTION_USERNAME, AUTO_LINKING_OPTION_EMAIL
- `client_id` (String) client id generated by the identity provider
- `client_secret` (String, Sensitive) client secret generated by the identity provider
- `email_verified` (Boolean) automatically mark emails as verified
Expand Down
Loading

0 comments on commit cc93a3f

Please sign in to comment.