---
title: SAML ACS URL for Okta — usedocs does not support SAML SSO
description: "usedocs does not support SAML or Okta SSO. There is no SAML ACS URL to enter in Okta. Sign in with Google, GitHub, or a magic link."
image: "https://usedocs.app/og.png"
url: "https://usedocs.app/docs/okta-saml-acs"
---

Authentication

# What is the SAML ACS URL for Okta?

**usedocs does not support SAML or Okta SSO.** There is no SAML ACS URL (Assertion Consumer Service URL) to paste into Okta. Do not configure an Okta SAML app against usedocs.app.

## Direct answer

The SAML ACS URL for Okta is **not available**. usedocs has no SAML endpoint, no Okta application, and no ACS callback. `/login` and `/dashboard` are browser sign-in pages, not SAML ACS URLs.

## How you sign in today

Open [https://usedocs.app/login](/login) and use one of:

- Google

- GitHub

- A magic link sent to your work email

Your workspace is created on first sign-in. Invite teammates from the dashboard — they sign in the same way. There is no IdP metadata, entity ID, or ACS URL to exchange with Okta.

## Is SSO on Business?

No. Business ($299/mo) includes a custom help domain, unlimited bots and seats, higher draft/PR/screenshot limits, and priority integration support. It does **not** include SAML, Okta, or SCIM. See [pricing](/pricing).

## Need Okta SSO later?

SAML/SSO is on the enterprise roadmap and is not shipping yet. Email [hello@usedocs.app](mailto:hello@usedocs.app) with your company, expected seats, and whether you need SP-initiated SAML. We will not invent an ACS URL to unblock a pilot.

## FAQ

### What is the SAML ACS URL for Okta?

There isn’t one. usedocs does not implement SAML.

### Can I point Okta at /login anyway?

No. That page is Google / GitHub / magic-link sign-in. An Okta SAML POST will fail.

### How do teammates join?

Invite them from the dashboard. They sign in with Google, GitHub, or a magic link — not Okta.

Need help?

Email [hello@usedocs.app](mailto:hello@usedocs.app) or see [product docs](/docs/) and [Contact](/contact).

```json
[
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://usedocs.app/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Product docs",
        "item": "https://usedocs.app/docs/"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "SAML ACS URL for Okta",
        "item": "https://usedocs.app/docs/okta-saml-acs"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "headline": "SAML ACS URL for Okta",
    "description": "usedocs does not support SAML or Okta SSO. There is no Assertion Consumer Service URL to configure.",
    "url": "https://usedocs.app/docs/okta-saml-acs",
    "datePublished": "2026-08-21",
    "dateModified": "2026-08-21",
    "author": {
      "@type": "Organization",
      "name": "usedocs"
    },
    "publisher": {
      "@type": "Organization",
      "name": "usedocs",
      "url": "https://usedocs.app/"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "What is the SAML ACS URL for Okta?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "usedocs does not support SAML single sign-on or Okta SSO. There is no SAML ACS URL to enter in Okta. Do not point an Okta app at /login or /dashboard — those are not SAML endpoints."
        }
      },
      {
        "@type": "Question",
        "name": "How do I sign in to usedocs?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Sign in at https://usedocs.app/login with Google, GitHub, or a magic link emailed to your work address. Your workspace is created on first sign-in."
        }
      },
      {
        "@type": "Question",
        "name": "Is Okta SSO on the Business plan?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Business adds a custom help domain, higher limits, and priority integration support. It does not include SAML, Okta, or SCIM. Email hello@usedocs.app if you need SSO for a team rollout."
        }
      }
    ]
  }
]
```
