Securely share public views, Docs, and Forms via OpenID Connect (OIDC) with anyone, whether they have a ClickUp account or not.
For example, embed ClickUp Calendar views into SharePoint and restrict access via OIDC.
What you'll need
- Admin credentials to an identity provider (IdP) like Okta or Microsoft Entra.
- Public views authentication is only available on Enterprise Plans.
Activate public views authentication in ClickUp
Admins and owners can configure public views authentication in ClickUp:
- In the upper-left corner, click your Workspace avatar.
- Select Settings, then Security & Permissions.
- On the Security & Permissions page, scroll down to the Public Views Authentication section.
- Click the Authentication method dropdown and select OpenID Connect.
- Configure OpenID Connect in your IdP.
-
Learn how to configure OIDC in Okta or Microsoft Entra.
If you're using a different IdP, the following section provides some general guidelines for configuring OIDC.
Required fields for public views authentication via OIDC
After activating OpenID Connect in ClickUp, open your IdP admin account and begin the configuration there.
You'll need to populate the following fields in ClickUp:
-
Discovery Document URL: This will end with
.well-known/openid-configuration. You will get this value while registering your application with your IdP. - Authorization Endpoint and Token Endpoint: These automatically populate after you finish creating the new application in your IdP.
- Callback URL: You will copy this from ClickUp and paste it into the appropriate field while you're creating the new application in your IdP.
- Client ID: You will get this value while registering your application with your IdP.
- Client Secret: You will get this value while registering your application with your IdP.
Test your configuration
Learn how to test your configuration.