Skip to content

@clerk/shared@4.25.10

Choose a tag to compare

@clerk-cookie clerk-cookie released this 31 Jul 13:55
· 83 commits to main since this release
Immutable release. Only release title and notes can be modified.
38f347c

Patch Changes

  • Enable self-serve OIDC configuration for every application. Organization admins can now select an OIDC provider in the <OrganizationProfile /> Security tab without the experimental.oidcSelfServe option, and existing OIDC connections open their configuration steps instead of the unsupported-provider state. The experimental.oidcSelfServe option no longer does anything and can be removed from <ClerkProvider /> and Clerk.load(). (#9288) by @NicolasLopes7