{
  "name": "auth-sso-providers",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "size": "lg"
  },
  "html": "<col-ui gap=\"2\" size=\"lg\">\n              <button-ui text=\"Continue with Google\" icon=\"google-logo\" variant=\"primary\"></button-ui>\n              <button-ui text=\"Continue with SSO\" icon=\"building-office\" variant=\"outline\"></button-ui>\n            </col-ui>",
  "source": "apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "SSO provider selection — list of enterprise identity providers to choose from.",
    "keywords": [
      "auth",
      "sso",
      "enterprise",
      "identity",
      "providers",
      "saml",
      "okta",
      "azure",
      "ad"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "google-logo",
      "text": "Continue with Google",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "building-office",
      "text": "Continue with SSO",
      "variant": "outline"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
