---
import type { __experimental_ConfigureSSOProps } from '@clerk/shared/types';
type Props = __experimental_ConfigureSSOProps;

import InternalUIComponentRenderer from './InternalUIComponentRenderer.astro';
---

<InternalUIComponentRenderer
  {...Astro.props}
  component='configure-sso'
/>
