SAML certificate fields exposed; route matcher suggestions improved
@clerk/shared@4.24.0
Minor Changes
- Add
idpCertificateIssuedAtandidpCertificateExpiresAtto SAML enterprise connections, exposing the IdP certificate validity window (#9077) by @LauraBeatris
Patch Changes
-
On the Test step of the self-serve SSO configuration flow, clicking Continue now re-checks for a successful test run before blocking, so a successful run completed in a separate browser tab is recognized without first clicking Refresh logs. (#9046) by @iagodahlem
-
createPathMatcher()andcreateRouteMatcher()route suggestions now use the:path*subtree form (e.g./dashboard/:path*) instead of(.*). Unlike/dashboard(.*), which also matches sibling routes such as/dashboardxyz,/dashboard/:path*matches only/dashboardand its path-segment subtree. The new suggestion type is exported asWithPathSegmentWildcard; the existingWithPathPatternWildcardtype is unchanged (now deprecated), and(.*)patterns keep working. This only changes the type-level autocomplete suggestion. (#9057) by @jacekradko
Fetched July 6, 2026


