<OryFormSsoForm />
function OryFormSsoForm(): null | Element;
The OryFormSsoForm
component renders the Ory Form for SSO methods (OIDC and SAML).
It needs to be its own form, as the OIDC buttons are form submits but are not related to the main form.
Returns
null
| Element
a React component that renders the Ory Form for SSO methods.