@clerk/shared@4.25.10
·
83 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Enable self-serve OIDC configuration for every application. Organization admins can now select an OIDC provider in the
<OrganizationProfile />Security tab without theexperimental.oidcSelfServeoption, and existing OIDC connections open their configuration steps instead of the unsupported-provider state. Theexperimental.oidcSelfServeoption no longer does anything and can be removed from<ClerkProvider />andClerk.load(). (#9288) by @NicolasLopes7