From a2866fcb706470a03a8af4af770788fe2540a963 Mon Sep 17 00:00:00 2001 From: Nikos Polykandriotis Date: Tue, 17 Dec 2024 17:07:41 +0200 Subject: [PATCH 1/2] fix: Update create enterprise OIDC label (#1820) --- .../enterprise-connections/oidc/custom-provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication/enterprise-connections/oidc/custom-provider.mdx b/docs/authentication/enterprise-connections/oidc/custom-provider.mdx index ffe342ec81..9079a542d2 100644 --- a/docs/authentication/enterprise-connections/oidc/custom-provider.mdx +++ b/docs/authentication/enterprise-connections/oidc/custom-provider.mdx @@ -29,7 +29,7 @@ To make the setup process easier, it's recommended to keep two browser tabs open 1. In the Clerk Dashboard, navigate to the [**SSO Connections**](https://dashboard.clerk.com/last-active?path=user-authentication/sso-connections) page. 1. Select **Add connection** and select **For specific domains**. - 1. Under **Third party**, select **OpenID Connect (OIDC)**. + 1. Under **OpenID Connect (OIDC)**, select **Custom OIDC Provider**. 1. Add the **Name** of the connection. 1. Add the **Key** of the provider. This is the provider's unique identifier (cannot be changed after creation). 1. Add the **Specific Domain** that you want to allow this connection for. This is the domain of the users you want to allow to sign in to your app. From 81e4c1eeec48553dd322ab455d8a9df00a9ae44e Mon Sep 17 00:00:00 2001 From: Gabriel Lopes Date: Tue, 17 Dec 2024 17:15:23 -0300 Subject: [PATCH 2/2] Organization inviterUserId as nullable (#1819) Co-authored-by: Gabriel Lopes Co-authored-by: victoria --- .../backend/organization/create-organization-invitation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/backend/organization/create-organization-invitation.mdx b/docs/references/backend/organization/create-organization-invitation.mdx index c816e57742..dcf5ced83e 100644 --- a/docs/references/backend/organization/create-organization-invitation.mdx +++ b/docs/references/backend/organization/create-organization-invitation.mdx @@ -24,7 +24,7 @@ function createOrganizationInvitation( --- - `inviterUserId` - - `string` + - `string | null` The user ID of the user creating the invitation.