@clerk/ui@1.27.2
Breaking Changes📦 clerkView on GitHub →
⚠ 1 breaking✨ 1 features🔧 3 symbols
Summary
Introduced self-serve OIDC configuration for all applications, removing the need for the experimental flag. Updated dependencies to their latest patch versions.
⚠️ Breaking Changes
- The `experimental.oidcSelfServe` option is no longer functional and should be removed from `<ClerkProvider />` and `Clerk.load()` as self-serve OIDC configuration is now enabled by default for all applications.
Migration Steps
- Remove the `experimental.oidcSelfServe` option from `<ClerkProvider />` and `Clerk.load()`.
✨ New Features
- Self-serve OIDC configuration is now available for all applications, allowing organization admins to select an OIDC provider in the `<OrganizationProfile />` Security tab without needing an experimental flag.