You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="allowsubdomains"></a> `allowSubdomains`|`boolean`| Indicates whether users with an email address subdomain are allowed to use this connection. |
10
+
| <aid="id"></a> `id`|`string`| The unique identifier for the SAML connection. |
11
+
| <aid="idpcertificate"></a> `idpCertificate`|`string`| The X.509 certificate as provided by the Identity Provider (IdP). |
12
+
| <aid="idpentityid"></a> `idpEntityId`|`string`| The Entity ID as provided by the Identity Provider (IdP). |
13
+
| <aid="idpmetadata"></a> `idpMetadata`|`string`| The XML content of the Identity Provider (IdP) metadata file. |
14
+
| <aid="idpmetadataurl"></a> `idpMetadataUrl`|`string`| The URL which serves the Identity Provider (IdP) metadata. |
15
+
| <aid="idpssourl"></a> `idpSsoUrl`|`string`| The Single-Sign On URL as provided by the Identity Provider (IdP). |
16
+
| <aid="name"></a> `name`|`string`| The name to use as a label for the connection. |
17
+
| <aid="spentityid"></a> `spEntityId`|`string`| The Entity ID as provided by the Service Provider (Clerk). |
18
+
| <aid="spmetadataurl"></a> `spMetadataUrl`|`string`| The metadata URL as provided by the Service Provider (Clerk). |
19
+
| <aid="syncuserattributes"></a> `syncUserAttributes`|`boolean`| Indicates whether the connection syncs user attributes between the IdP and Clerk. |
| <aid="active"></a> `active`|`boolean`| Indicates whether the connection is active or not. |
8
-
| <aid="allowsubdomains"></a> `allowSubdomains`|`boolean`| Indicates whether users with an email address subdomain are allowed to use this connection or not. |
9
-
| <aid="createdat"></a> `createdAt`|`number`| The date when the connection was first created. |
10
-
| <aid="disableadditionalidentifications"></a> `disableAdditionalIdentifications`|`boolean`| Indicates whether additional identifications are disabled for this connection. |
11
-
| <aid="domains"></a> `domains`| <code>string[]</code> | The domain of the enterprise. Sign-in flows using an email with this domain may use the connection. |
12
-
| <aid="id"></a> `id`|`string`| The unique identifier for the connection. |
13
-
| <aid="name"></a> `name`|`string`| The name to use as a label for the connection. |
14
-
| <aid="oauthconfig"></a> `oauthConfig`| <code>null \|[EnterpriseConnectionOauthConfig](enterprise-connection-oauth-config.mdx)</code> | OAuth (OIDC) configuration when the enterprise connection uses OAuth. |
15
-
| <aid="organizationid"></a> `organizationId`| <code>null \| string</code> | The Organization ID if the connection is scoped to an organization. |
16
-
| <aid="samlconnection"></a> `samlConnection`| <code>null \| EnterpriseConnectionSamlConnection</code>| SAML connection details when the enterprise connection uses SAML. |
17
-
| <aid="syncuserattributes"></a> `syncUserAttributes`|`boolean`| Indicates whether the connection syncs user attributes between the IdP and Clerk or not. |
18
-
| <aid="updatedat"></a> `updatedAt`|`number`| The date when the connection was last updated. |
| <aid="active"></a> `active`|`boolean`| Indicates whether the connection is active or not. |
8
+
| <aid="allowsubdomains"></a> `allowSubdomains`|`boolean`| Indicates whether users with an email address subdomain are allowed to use this connection or not. |
9
+
| <aid="createdat"></a> `createdAt`|`number`| The date when the connection was first created. |
10
+
| <aid="disableadditionalidentifications"></a> `disableAdditionalIdentifications`|`boolean`| Indicates whether additional identifications are disabled for this connection. |
11
+
| <aid="domains"></a> `domains`| <code>string[]</code> | The domain of the enterprise. Sign-in flows using an email with this domain may use the connection. |
12
+
| <aid="id"></a> `id`|`string`| The unique identifier for the connection. |
13
+
| <aid="name"></a> `name`|`string`| The name to use as a label for the connection. |
14
+
| <aid="oauthconfig"></a> `oauthConfig`| <code>null \|[EnterpriseConnectionOauthConfig](/docs/reference/backend/types/backend-enterprise-connection-oauth-config)</code>| OAuth (OIDC) configuration when the enterprise connection uses OAuth. |
15
+
| <aid="organizationid"></a> `organizationId`| <code>null \| string</code> | The Organization ID if the connection is scoped to an organization. |
16
+
| <aid="samlconnection"></a> `samlConnection`| <code>null \|[EnterpriseConnectionSamlConnection](/docs/reference/backend/types/backend-enterprise-connection-saml-connection)</code> | SAML connection details when the enterprise connection uses SAML. |
17
+
| <aid="syncuserattributes"></a> `syncUserAttributes`|`boolean`| Indicates whether the connection syncs user attributes between the IdP and Clerk or not. |
18
+
| <aid="updatedat"></a> `updatedAt`|`number`| The date when the connection was last updated. |
0 commit comments