@workos/mcp-docs-server 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/changelogs/workos-platform.json +125 -125
- package/.docs/organized/docs/admin-portal/custom-branding.mdx +2 -4
- package/.docs/organized/docs/admin-portal/example-apps.mdx +11 -11
- package/.docs/organized/docs/admin-portal/index.mdx +39 -33
- package/.docs/organized/docs/audit-logs/admin-portal.mdx +1 -1
- package/.docs/organized/docs/audit-logs/editing-events.mdx +1 -1
- package/.docs/organized/docs/audit-logs/exporting-events.mdx +1 -1
- package/.docs/organized/docs/audit-logs/index.mdx +17 -2
- package/.docs/organized/docs/audit-logs/log-streams.mdx +325 -1
- package/.docs/organized/docs/audit-logs/metadata-schema.mdx +1 -1
- package/.docs/organized/docs/authkit/_navigation.mdx +108 -0
- package/.docs/organized/docs/{user-management → authkit}/actions.mdx +3 -4
- package/.docs/organized/docs/authkit/add-ons/google-analytics.mdx +79 -0
- package/.docs/organized/docs/authkit/add-ons/segment.mdx +77 -0
- package/.docs/organized/docs/authkit/add-ons/stripe.mdx +103 -0
- package/.docs/organized/docs/authkit/api-keys.mdx +99 -0
- package/.docs/organized/docs/{user-management → authkit}/branding.mdx +220 -2
- package/.docs/organized/docs/authkit/cli-auth.mdx +76 -0
- package/.docs/organized/docs/authkit/cli-installer.mdx +157 -0
- package/.docs/organized/docs/authkit/connect/m2m.mdx +65 -0
- package/.docs/organized/docs/authkit/connect/oauth.mdx +88 -0
- package/.docs/organized/docs/authkit/connect/standalone.mdx +179 -0
- package/.docs/organized/docs/authkit/connect.mdx +65 -0
- package/.docs/organized/docs/authkit/custom-email-providers.mdx +141 -0
- package/.docs/organized/docs/{user-management → authkit}/custom-emails.mdx +15 -15
- package/.docs/organized/docs/authkit/directory-provisioning.mdx +89 -0
- package/.docs/organized/docs/{user-management → authkit}/domain-verification.mdx +5 -6
- package/.docs/organized/docs/{user-management → authkit}/email-password.mdx +2 -2
- package/.docs/organized/docs/authkit/email-verification.mdx +31 -0
- package/.docs/organized/docs/{user-management → authkit}/example-apps.mdx +3 -3
- package/.docs/organized/docs/authkit/hosted-ui.mdx +165 -0
- package/.docs/organized/docs/{user-management → authkit}/identity-linking.mdx +9 -9
- package/.docs/organized/docs/{user-management → authkit}/impersonation.mdx +8 -8
- package/.docs/organized/docs/{user-management → authkit}/index.mdx +141 -74
- package/.docs/organized/docs/{user-management → authkit}/invitations.mdx +4 -4
- package/.docs/organized/docs/{user-management → authkit}/invite-only-signup.mdx +3 -3
- package/.docs/organized/docs/authkit/jit-provisioning.mdx +42 -0
- package/.docs/organized/docs/{user-management → authkit}/jwt-templates.mdx +37 -3
- package/.docs/organized/docs/authkit/landing.mdx +22 -0
- package/.docs/organized/docs/{user-management → authkit}/magic-auth.mdx +3 -5
- package/.docs/organized/docs/{user-management → authkit}/mcp.mdx +46 -9
- package/.docs/organized/docs/{user-management → authkit}/metadata.mdx +9 -9
- package/.docs/organized/docs/{user-management → authkit}/mfa.mdx +2 -2
- package/.docs/organized/docs/{user-management → authkit}/migrations.mdx +4 -4
- package/.docs/organized/docs/{user-management → authkit}/modeling-your-app.mdx +11 -11
- package/.docs/organized/docs/{user-management → authkit}/organization-policies.mdx +3 -4
- package/.docs/organized/docs/authkit/overview.mdx +46 -0
- package/.docs/organized/docs/{user-management → authkit}/passkeys.mdx +3 -3
- package/.docs/organized/docs/authkit/pipes.mdx +75 -0
- package/.docs/organized/docs/{user-management → authkit}/radar.mdx +39 -4
- package/.docs/organized/docs/authkit/roles-and-permissions.mdx +208 -0
- package/.docs/organized/docs/{user-management → authkit}/sessions.mdx +32 -20
- package/.docs/organized/docs/{user-management → authkit}/social-login.mdx +16 -2
- package/.docs/organized/docs/{user-management → authkit}/sso-with-contractors.mdx +3 -4
- package/.docs/organized/docs/{user-management → authkit}/sso.mdx +2 -2
- package/.docs/organized/docs/authkit/users-organizations.mdx +107 -0
- package/.docs/organized/docs/custom-domains/admin-portal.mdx +0 -2
- package/.docs/organized/docs/custom-domains/authkit.mdx +0 -2
- package/.docs/organized/docs/custom-domains/email.mdx +2 -2
- package/.docs/organized/docs/deprecations/_navigation.mdx +8 -0
- package/.docs/organized/docs/deprecations/raw-attributes.mdx +136 -0
- package/.docs/organized/docs/directory-sync/attributes.mdx +50 -31
- package/.docs/organized/docs/directory-sync/example-apps.mdx +11 -11
- package/.docs/organized/docs/directory-sync/identity-provider-role-assignment.mdx +23 -26
- package/.docs/organized/docs/directory-sync/index.mdx +4 -2
- package/.docs/organized/docs/directory-sync/quick-start.mdx +3 -3
- package/.docs/organized/docs/directory-sync/understanding-events.mdx +2 -2
- package/.docs/organized/docs/domain-verification/api.mdx +8 -8
- package/.docs/organized/docs/domain-verification/index.mdx +3 -3
- package/.docs/organized/docs/email.mdx +49 -5
- package/.docs/organized/docs/events/data-syncing/events-api.mdx +3 -3
- package/.docs/organized/docs/events/data-syncing/index.mdx +2 -3
- package/.docs/organized/docs/events/data-syncing/webhooks.mdx +4 -4
- package/.docs/organized/docs/events/index.mdx +419 -33
- package/.docs/organized/docs/feature-flags/_navigation.mdx +10 -0
- package/.docs/organized/docs/feature-flags/index.mdx +80 -0
- package/.docs/organized/docs/feature-flags/slack-notifications.mdx +58 -0
- package/.docs/organized/docs/fga/_navigation.mdx +34 -54
- package/.docs/organized/docs/fga/access-checks.mdx +109 -0
- package/.docs/organized/docs/fga/assignments.mdx +124 -0
- package/.docs/organized/docs/fga/authkit-integration.mdx +92 -0
- package/.docs/organized/docs/fga/high-cardinality-entities.mdx +172 -0
- package/.docs/organized/docs/fga/idp-role-assignment.mdx +66 -0
- package/.docs/organized/docs/fga/index.mdx +94 -29
- package/.docs/organized/docs/fga/migration-openfga.mdx +306 -0
- package/.docs/organized/docs/fga/migration-oso.mdx +372 -0
- package/.docs/organized/docs/fga/migration-spicedb.mdx +364 -0
- package/.docs/organized/docs/fga/quick-start.mdx +283 -98
- package/.docs/organized/docs/fga/resource-discovery.mdx +78 -0
- package/.docs/organized/docs/fga/resource-types.mdx +165 -0
- package/.docs/organized/docs/fga/resources.mdx +179 -59
- package/.docs/organized/docs/fga/roles-and-permissions.mdx +122 -0
- package/.docs/organized/docs/fga/standalone-integration.mdx +176 -0
- package/.docs/organized/docs/glossary.mdx +7 -3
- package/.docs/organized/docs/integrations/access-people-hr.mdx +1 -1
- package/.docs/organized/docs/integrations/adp-oidc.mdx +1 -1
- package/.docs/organized/docs/integrations/apple.mdx +112 -69
- package/.docs/organized/docs/integrations/auth0-directory-sync.mdx +3 -1
- package/.docs/organized/docs/integrations/auth0-enterprise-connection.mdx +3 -1
- package/.docs/organized/docs/integrations/auth0-saml.mdx +3 -1
- package/.docs/organized/docs/integrations/bamboohr.mdx +4 -4
- package/.docs/organized/docs/integrations/breathe-hr.mdx +1 -1
- package/.docs/organized/docs/integrations/bubble.mdx +1 -1
- package/.docs/organized/docs/integrations/cas-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/classlink-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/clever-oidc.mdx +94 -0
- package/.docs/organized/docs/integrations/cloudflare-saml.mdx +35 -2
- package/.docs/organized/docs/integrations/cyberark-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/cyberark-scim.mdx +1 -1
- package/.docs/organized/docs/integrations/duo-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/entra-id-oidc.mdx +198 -0
- package/.docs/organized/docs/integrations/entra-id-saml.mdx +3 -3
- package/.docs/organized/docs/integrations/entra-id-scim.mdx +5 -1
- package/.docs/organized/docs/integrations/fourth.mdx +2 -2
- package/.docs/organized/docs/integrations/github-oauth.mdx +80 -33
- package/.docs/organized/docs/integrations/gitlab-oauth.mdx +86 -31
- package/.docs/organized/docs/integrations/google-directory-sync.mdx +5 -1
- package/.docs/organized/docs/integrations/google-oauth.mdx +87 -70
- package/.docs/organized/docs/integrations/google-oidc.mdx +142 -0
- package/.docs/organized/docs/integrations/google-saml.mdx +3 -3
- package/.docs/organized/docs/integrations/hibob.mdx +17 -4
- package/.docs/organized/docs/integrations/intuit-oauth.mdx +128 -0
- package/.docs/organized/docs/integrations/jumpcloud-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/jumpcloud-scim.mdx +5 -1
- package/.docs/organized/docs/integrations/keycloak-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/lastpass-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/linkedin-oauth.mdx +69 -30
- package/.docs/organized/docs/integrations/microsoft-ad-fs-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/microsoft-oauth.mdx +95 -38
- package/.docs/organized/docs/integrations/miniorange-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/net-iq-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/next-auth.mdx +1 -1
- package/.docs/organized/docs/integrations/oidc.mdx +37 -24
- package/.docs/organized/docs/integrations/okta-oidc.mdx +149 -0
- package/.docs/organized/docs/integrations/okta-saml.mdx +3 -3
- package/.docs/organized/docs/integrations/okta-scim.mdx +6 -2
- package/.docs/organized/docs/integrations/onelogin-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/onelogin-scim.mdx +1 -1
- package/.docs/organized/docs/integrations/oracle-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/pingfederate-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/pingfederate-scim.mdx +1 -1
- package/.docs/organized/docs/integrations/pingone-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/rippling-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/rippling-scim.mdx +1 -1
- package/.docs/organized/docs/integrations/sailpoint-scim.mdx +77 -0
- package/.docs/organized/docs/integrations/salesforce-oauth.mdx +116 -0
- package/.docs/organized/docs/integrations/salesforce-saml.mdx +4 -4
- package/.docs/organized/docs/integrations/saml.mdx +43 -23
- package/.docs/organized/docs/integrations/scim.mdx +36 -24
- package/.docs/organized/docs/integrations/sftp.mdx +59 -36
- package/.docs/organized/docs/integrations/shibboleth-generic-saml.mdx +1 -1
- package/.docs/organized/docs/integrations/shibboleth-unsolicited-saml.mdx +1 -1
- package/.docs/organized/docs/integrations/simple-saml-php.mdx +2 -2
- package/.docs/organized/docs/integrations/slack-oauth.mdx +53 -49
- package/.docs/organized/docs/integrations/supabase-authkit.mdx +46 -0
- package/.docs/organized/docs/integrations/{supabase.mdx → supabase-sso.mdx} +6 -4
- package/.docs/organized/docs/integrations/vercel-oauth.mdx +120 -0
- package/.docs/organized/docs/integrations/vmware-saml.mdx +2 -2
- package/.docs/organized/docs/integrations/workday.mdx +1 -1
- package/.docs/organized/docs/integrations/xero-oauth.mdx +77 -32
- package/.docs/organized/docs/magic-link/example-apps.mdx +11 -11
- package/.docs/organized/docs/magic-link/index.mdx +2 -0
- package/.docs/organized/docs/mfa/example-apps.mdx +2 -2
- package/.docs/organized/docs/mfa/index.mdx +2 -2
- package/.docs/organized/docs/mfa/ux/enrollment.mdx +1 -1
- package/.docs/organized/docs/mfa/ux/sign-in.mdx +1 -1
- package/.docs/organized/docs/migrate/_navigation.mdx +21 -1
- package/.docs/organized/docs/migrate/auth0.mdx +5 -5
- package/.docs/organized/docs/migrate/aws-cognito.mdx +5 -5
- package/.docs/organized/docs/migrate/better-auth.mdx +282 -0
- package/.docs/organized/docs/migrate/clerk.mdx +9 -11
- package/.docs/organized/docs/migrate/descope.mdx +290 -0
- package/.docs/organized/docs/migrate/firebase.mdx +4 -4
- package/.docs/organized/docs/migrate/other-services.mdx +25 -6
- package/.docs/organized/docs/migrate/standalone-sso.mdx +14 -14
- package/.docs/organized/docs/migrate/stytch.mdx +363 -0
- package/.docs/organized/docs/migrate/supabase.mdx +255 -0
- package/.docs/organized/docs/on-prem-deployment.mdx +1 -1
- package/.docs/organized/docs/pipes/_navigation.mdx +12 -0
- package/.docs/organized/docs/pipes/index.mdx +75 -0
- package/.docs/organized/docs/pipes/providers.mdx +9 -0
- package/.docs/organized/docs/rbac/_navigation.mdx +16 -0
- package/.docs/organized/docs/rbac/configuration.mdx +80 -0
- package/.docs/organized/docs/rbac/idp-role-assignment.mdx +79 -0
- package/.docs/organized/docs/rbac/index.mdx +24 -0
- package/.docs/organized/docs/rbac/integration.mdx +59 -0
- package/.docs/organized/docs/rbac/organization-roles.mdx +38 -0
- package/.docs/organized/docs/rbac/quick-start.mdx +52 -0
- package/.docs/organized/docs/reference/_navigation.mdx +437 -284
- package/.docs/organized/docs/reference/admin-portal/portal-link/index.mdx +1 -1
- package/.docs/organized/docs/reference/admin-portal/provider-icons/index.mdx +3 -3
- package/.docs/organized/docs/reference/{api-keys.mdx → api-authentication/index.mdx} +3 -3
- package/.docs/organized/docs/reference/audit-logs/configuration/index.mdx +97 -0
- package/.docs/organized/docs/reference/audit-logs/{create-event.mdx → event/create.mdx} +12 -2
- package/.docs/organized/docs/reference/audit-logs/event/index.mdx +92 -0
- package/.docs/organized/docs/reference/audit-logs/{create-export.mdx → export/create.mdx} +1 -1
- package/.docs/organized/docs/reference/audit-logs/{get-export.mdx → export/get.mdx} +1 -1
- package/.docs/organized/docs/reference/audit-logs/{audit-log-export.mdx → export/index.mdx} +11 -12
- package/.docs/organized/docs/reference/audit-logs/{get-retention.mdx → retention/get.mdx} +1 -1
- package/.docs/organized/docs/reference/audit-logs/retention/index.mdx +25 -0
- package/.docs/organized/docs/reference/audit-logs/{set-retention.mdx → retention/set.mdx} +1 -1
- package/.docs/organized/docs/reference/audit-logs/{create-schema.mdx → schema/create.mdx} +1 -1
- package/.docs/organized/docs/reference/audit-logs/{audit-log-schema.mdx → schema/index.mdx} +5 -6
- package/.docs/organized/docs/reference/audit-logs/{list-actions.mdx → schema/list-actions.mdx} +2 -1
- package/.docs/organized/docs/reference/audit-logs/{list-schemas.mdx → schema/list.mdx} +1 -1
- package/.docs/organized/docs/reference/authkit/api-keys/create-for-organization.mdx +40 -0
- package/.docs/organized/docs/reference/authkit/api-keys/delete.mdx +23 -0
- package/.docs/organized/docs/reference/authkit/api-keys/index.mdx +275 -0
- package/.docs/organized/docs/reference/authkit/api-keys/list-for-organization.mdx +41 -0
- package/.docs/organized/docs/reference/authkit/api-keys/validate.mdx +77 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/code.mdx +138 -18
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/email-verification.mdx +10 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/get-authorization-url/error-codes.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/get-authorization-url/index.mdx +64 -17
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/get-authorization-url/pkce.mdx +2 -2
- package/.docs/organized/docs/reference/authkit/authentication/get-authorization-url/redirect-uri.mdx +47 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/index.mdx +19 -11
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/magic-auth.mdx +9 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/organization-selection.mdx +9 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/password.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/refresh-and-seal-session-data.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/refresh-token.mdx +17 -17
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/session-cookie.mdx +7 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication/totp.mdx +10 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/email-verification-required-error.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/index.mdx +1 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/mfa-challenge-error.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/mfa-enrollment-error.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/organization-authentication-required-error.mdx +3 -3
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/organization-selection-error.mdx +3 -4
- package/.docs/organized/docs/reference/{user-management → authkit}/authentication-errors/sso-required-error.mdx +3 -3
- package/.docs/organized/docs/reference/authkit/cli-auth/device-authorization.mdx +61 -0
- package/.docs/organized/docs/reference/authkit/cli-auth/device-code.mdx +57 -0
- package/.docs/organized/docs/reference/authkit/cli-auth/error-codes.mdx +31 -0
- package/.docs/organized/docs/reference/authkit/cli-auth/index.mdx +22 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/email-verification/get.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/email-verification/index.mdx +9 -11
- package/.docs/organized/docs/reference/{user-management → authkit}/identity/index.mdx +6 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/identity/list.mdx +5 -6
- package/.docs/organized/docs/reference/authkit/index.mdx +13 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/accept.mdx +5 -5
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/find-by-token.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/get.mdx +8 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/index.mdx +10 -15
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/list.mdx +10 -11
- package/.docs/organized/docs/reference/authkit/invitation/resend.mdx +109 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/revoke.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/invitation/send.mdx +23 -13
- package/.docs/organized/docs/reference/{user-management → authkit}/logout/get-logout-url-from-session-cookie.mdx +2 -2
- package/.docs/organized/docs/reference/{user-management → authkit}/logout/get-logout-url.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/logout/index.mdx +4 -5
- package/.docs/organized/docs/reference/{user-management → authkit}/magic-auth/create.mdx +10 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/magic-auth/get.mdx +9 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/magic-auth/index.mdx +10 -15
- package/.docs/organized/docs/reference/{user-management → authkit}/mfa/authentication-challenge.mdx +9 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/mfa/authentication-factor.mdx +11 -11
- package/.docs/organized/docs/reference/{user-management → authkit}/mfa/enroll-auth-factor.mdx +19 -15
- package/.docs/organized/docs/reference/authkit/mfa/index.mdx +11 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/mfa/list-auth-factors.mdx +9 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/create.mdx +27 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/deactivate.mdx +10 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/delete.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/get.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/index.mdx +107 -14
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/list.mdx +10 -10
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/reactivate.mdx +11 -11
- package/.docs/organized/docs/reference/{user-management → authkit}/organization-membership/update.mdx +25 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/password-reset/create.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/password-reset/get.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/password-reset/index.mdx +10 -12
- package/.docs/organized/docs/reference/{user-management → authkit}/password-reset/reset-password.mdx +8 -8
- package/.docs/organized/docs/reference/authkit/session/index.mdx +128 -0
- package/.docs/organized/docs/reference/authkit/session/list.mdx +110 -0
- package/.docs/organized/docs/reference/authkit/session/revoke.mdx +73 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/session-helpers/authenticate.mdx +22 -6
- package/.docs/organized/docs/reference/{user-management → authkit}/session-helpers/get-logout-url.mdx +5 -5
- package/.docs/organized/docs/reference/{user-management → authkit}/session-helpers/index.mdx +2 -2
- package/.docs/organized/docs/reference/{user-management → authkit}/session-helpers/load-sealed-session.mdx +4 -4
- package/.docs/organized/docs/reference/{user-management → authkit}/session-helpers/refresh.mdx +18 -6
- package/.docs/organized/docs/reference/{user-management → authkit}/session-tokens/access-token.mdx +16 -8
- package/.docs/organized/docs/reference/authkit/session-tokens/index.mdx +5 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/session-tokens/jwks.mdx +8 -8
- package/.docs/organized/docs/reference/authkit/session-tokens/refresh-token.mdx +8 -0
- package/.docs/organized/docs/reference/{user-management → authkit}/user/create.mdx +36 -17
- package/.docs/organized/docs/reference/{user-management → authkit}/user/delete.mdx +8 -9
- package/.docs/organized/docs/reference/{user-management → authkit}/user/get-by-external-id.mdx +16 -4
- package/.docs/organized/docs/reference/{user-management → authkit}/user/get.mdx +8 -8
- package/.docs/organized/docs/reference/{user-management → authkit}/user/index.mdx +25 -15
- package/.docs/organized/docs/reference/{user-management → authkit}/user/list.mdx +9 -12
- package/.docs/organized/docs/reference/{user-management → authkit}/user/update.mdx +43 -20
- package/.docs/organized/docs/reference/{client-libraries.mdx → client-libraries/index.mdx} +2 -2
- package/.docs/organized/docs/reference/directory-sync/directory/index.mdx +1 -1
- package/.docs/organized/docs/reference/directory-sync/directory-group/index.mdx +1 -24
- package/.docs/organized/docs/reference/directory-sync/directory-user/index.mdx +1 -29
- package/.docs/organized/docs/reference/directory-sync/directory-user/list.mdx +1 -1
- package/.docs/organized/docs/reference/directory-sync/index.mdx +1 -1
- package/.docs/organized/docs/reference/domain-verification/create.mdx +35 -0
- package/.docs/organized/docs/reference/domain-verification/delete.mdx +55 -0
- package/.docs/organized/docs/reference/domain-verification/get.mdx +29 -0
- package/.docs/organized/docs/reference/domain-verification/index.mdx +57 -1
- package/.docs/organized/docs/reference/domain-verification/verify.mdx +29 -0
- package/.docs/organized/docs/reference/{errors.mdx → errors/index.mdx} +1 -1
- package/.docs/organized/docs/reference/events/list.mdx +5 -4
- package/.docs/organized/docs/reference/feature-flags/flag/disable.mdx +33 -0
- package/.docs/organized/docs/reference/feature-flags/flag/enable.mdx +33 -0
- package/.docs/organized/docs/reference/feature-flags/flag/get.mdx +32 -0
- package/.docs/organized/docs/reference/feature-flags/flag/index.mdx +116 -0
- package/.docs/organized/docs/reference/feature-flags/flag/list.mdx +67 -0
- package/.docs/organized/docs/reference/feature-flags/index.mdx +123 -0
- package/.docs/organized/docs/reference/feature-flags/targeting/add.mdx +43 -0
- package/.docs/organized/docs/reference/feature-flags/targeting/index.mdx +23 -0
- package/.docs/organized/docs/reference/feature-flags/targeting/list-for-organization.mdx +132 -0
- package/.docs/organized/docs/reference/feature-flags/targeting/list-for-user.mdx +94 -0
- package/.docs/organized/docs/reference/feature-flags/targeting/remove.mdx +43 -0
- package/.docs/organized/docs/reference/fga/access-check/check.mdx +102 -0
- package/.docs/organized/docs/reference/fga/access-check/index.mdx +6 -0
- package/.docs/organized/docs/reference/fga/access-check/list-memberships-by-external-id.mdx +143 -0
- package/.docs/organized/docs/reference/fga/access-check/list-memberships.mdx +127 -0
- package/.docs/organized/docs/reference/fga/access-check/list-resources.mdx +152 -0
- package/.docs/organized/docs/reference/fga/index.mdx +14 -2
- package/.docs/organized/docs/reference/fga/resource/create.mdx +74 -88
- package/.docs/organized/docs/reference/fga/resource/delete-by-external-id.mdx +78 -0
- package/.docs/organized/docs/reference/fga/resource/delete.mdx +38 -62
- package/.docs/organized/docs/reference/fga/resource/get-by-external-id.mdx +60 -0
- package/.docs/organized/docs/reference/fga/resource/get.mdx +15 -63
- package/.docs/organized/docs/reference/fga/resource/index.mdx +74 -73
- package/.docs/organized/docs/reference/fga/resource/list.mdx +90 -131
- package/.docs/organized/docs/reference/fga/resource/update-by-external-id.mdx +81 -0
- package/.docs/organized/docs/reference/fga/resource/update.mdx +29 -85
- package/.docs/organized/docs/reference/fga/role-assignment/create.mdx +89 -0
- package/.docs/organized/docs/reference/fga/role-assignment/delete-by-id.mdx +59 -0
- package/.docs/organized/docs/reference/fga/role-assignment/delete.mdx +90 -0
- package/.docs/organized/docs/reference/fga/role-assignment/index.mdx +106 -0
- package/.docs/organized/docs/reference/fga/role-assignment/list.mdx +86 -0
- package/.docs/organized/docs/reference/index.mdx +21 -12
- package/.docs/organized/docs/reference/magic-link/passwordless-session/index.mdx +1 -1
- package/.docs/organized/docs/reference/mfa/{challenge-factor.mdx → challenge/create.mdx} +1 -1
- package/.docs/organized/docs/reference/mfa/{authentication-challenge.mdx → challenge/index.mdx} +11 -14
- package/.docs/organized/docs/reference/mfa/{verify-challenge.mdx → challenge/verify.mdx} +10 -12
- package/.docs/organized/docs/reference/mfa/{delete-factor.mdx → factor/delete.mdx} +1 -1
- package/.docs/organized/docs/reference/mfa/{enroll-factor.mdx → factor/enroll.mdx} +1 -1
- package/.docs/organized/docs/reference/mfa/{get-factor.mdx → factor/get.mdx} +1 -1
- package/.docs/organized/docs/reference/mfa/{authentication-factor.mdx → factor/index.mdx} +11 -12
- package/.docs/organized/docs/reference/organization/create.mdx +1 -6
- package/.docs/organized/docs/reference/organization/get-by-external-id.mdx +1 -1
- package/.docs/organized/docs/reference/organization/index.mdx +5 -5
- package/.docs/organized/docs/reference/organization/update.mdx +1 -1
- package/.docs/organized/docs/reference/{pagination.mdx → pagination/index.mdx} +1 -3
- package/.docs/organized/docs/reference/pipes/access-token/get.mdx +174 -0
- package/.docs/organized/docs/reference/pipes/access-token/index.mdx +44 -0
- package/.docs/organized/docs/reference/pipes/connected-account/delete.mdx +42 -0
- package/.docs/organized/docs/reference/pipes/connected-account/get-authorize-url.mdx +49 -0
- package/.docs/organized/docs/reference/pipes/connected-account/get.mdx +42 -0
- package/.docs/organized/docs/reference/pipes/connected-account/index.mdx +69 -0
- package/.docs/organized/docs/reference/pipes/index.mdx +8 -0
- package/.docs/organized/docs/reference/pipes/provider/index.mdx +70 -0
- package/.docs/organized/docs/reference/pipes/provider/list.mdx +47 -0
- package/.docs/organized/docs/reference/radar/attempts/index.mdx +1 -1
- package/.docs/organized/docs/reference/radar/lists/index.mdx +1 -1
- package/.docs/organized/docs/reference/rate-limits/index.mdx +56 -0
- package/.docs/organized/docs/reference/roles/index.mdx +12 -262
- package/.docs/organized/docs/reference/roles/organization-role/add-permission.mdx +75 -0
- package/.docs/organized/docs/reference/roles/organization-role/create.mdx +95 -0
- package/.docs/organized/docs/reference/roles/organization-role/delete.mdx +47 -0
- package/.docs/organized/docs/reference/roles/organization-role/get.mdx +55 -0
- package/.docs/organized/docs/reference/roles/organization-role/index.mdx +148 -0
- package/.docs/organized/docs/reference/roles/organization-role/list.mdx +68 -0
- package/.docs/organized/docs/reference/roles/organization-role/remove-permission.mdx +68 -0
- package/.docs/organized/docs/reference/roles/organization-role/set-permissions.mdx +79 -0
- package/.docs/organized/docs/reference/roles/organization-role/update.mdx +85 -0
- package/.docs/organized/docs/reference/roles/permission/create.mdx +101 -0
- package/.docs/organized/docs/reference/roles/permission/delete.mdx +38 -0
- package/.docs/organized/docs/reference/roles/permission/get.mdx +45 -0
- package/.docs/organized/docs/reference/roles/permission/index.mdx +128 -0
- package/.docs/organized/docs/reference/roles/permission/list.mdx +91 -0
- package/.docs/organized/docs/reference/roles/permission/update.mdx +80 -0
- package/.docs/organized/docs/reference/roles/role/add-permission.mdx +63 -0
- package/.docs/organized/docs/reference/roles/role/create.mdx +103 -0
- package/.docs/organized/docs/reference/roles/role/get.mdx +52 -0
- package/.docs/organized/docs/reference/roles/role/index.mdx +135 -0
- package/.docs/organized/docs/reference/roles/role/list.mdx +56 -0
- package/.docs/organized/docs/reference/roles/role/set-permissions.mdx +67 -0
- package/.docs/organized/docs/reference/roles/role/update.mdx +78 -0
- package/.docs/organized/docs/reference/sso/connection/index.mdx +2 -2
- package/.docs/organized/docs/reference/sso/get-authorization-url/error-codes.mdx +5 -3
- package/.docs/organized/docs/reference/sso/get-authorization-url/index.mdx +24 -2
- package/.docs/organized/docs/reference/sso/get-authorization-url/redirect-uri.mdx +25 -1
- package/.docs/organized/docs/reference/sso/index.mdx +1 -1
- package/.docs/organized/docs/reference/sso/logout/authorize.mdx +0 -1
- package/.docs/organized/docs/reference/sso/logout/index.mdx +1 -2
- package/.docs/organized/docs/reference/sso/logout/redirect.mdx +0 -1
- package/.docs/organized/docs/reference/sso/profile/get-profile-and-token.mdx +13 -1
- package/.docs/organized/docs/reference/sso/profile/index.mdx +25 -24
- package/.docs/organized/docs/reference/{testing.mdx → testing/index.mdx} +1 -1
- package/.docs/organized/docs/reference/vault/key/create-data-key.mdx +29 -0
- package/.docs/organized/docs/reference/vault/key/decrypt-data-key.mdx +20 -0
- package/.docs/organized/docs/reference/vault/key/decrypt-data.mdx +24 -0
- package/.docs/organized/docs/reference/vault/key/encrypt-data.mdx +20 -0
- package/.docs/organized/docs/reference/vault/object/create.mdx +17 -0
- package/.docs/organized/docs/reference/vault/object/delete.mdx +12 -0
- package/.docs/organized/docs/reference/vault/object/get-by-name.mdx +61 -0
- package/.docs/organized/docs/reference/vault/object/get.mdx +11 -0
- package/.docs/organized/docs/reference/vault/object/index.mdx +50 -4
- package/.docs/organized/docs/reference/vault/object/list.mdx +40 -1
- package/.docs/organized/docs/reference/vault/object/update.mdx +18 -0
- package/.docs/organized/docs/reference/vault/object/version.mdx +15 -2
- package/.docs/organized/docs/reference/vault/object/versions.mdx +13 -0
- package/.docs/organized/docs/reference/widgets/get-token.mdx +8 -5
- package/.docs/organized/docs/reference/workos-connect/applications/client-secrets/create.mdx +55 -0
- package/.docs/organized/docs/reference/workos-connect/applications/client-secrets/delete.mdx +28 -0
- package/.docs/organized/docs/reference/workos-connect/applications/client-secrets/index.mdx +60 -0
- package/.docs/organized/docs/reference/workos-connect/applications/client-secrets/list.mdx +52 -0
- package/.docs/organized/docs/reference/workos-connect/applications/create.mdx +79 -0
- package/.docs/organized/docs/reference/workos-connect/applications/delete.mdx +28 -0
- package/.docs/organized/docs/reference/workos-connect/applications/get.mdx +59 -0
- package/.docs/organized/docs/reference/workos-connect/applications/index.mdx +40 -0
- package/.docs/organized/docs/reference/workos-connect/applications/list.mdx +49 -0
- package/.docs/organized/docs/reference/workos-connect/applications/m2m.mdx +52 -0
- package/.docs/organized/docs/reference/workos-connect/applications/oauth.mdx +85 -0
- package/.docs/organized/docs/reference/workos-connect/applications/update.mdx +59 -0
- package/.docs/organized/docs/reference/workos-connect/authorize/index.mdx +29 -1
- package/.docs/organized/docs/reference/workos-connect/cli-auth/authorize-device/index.mdx +81 -0
- package/.docs/organized/docs/reference/workos-connect/cli-auth/device-code-grant.mdx +74 -0
- package/.docs/organized/docs/reference/workos-connect/cli-auth/index.mdx +23 -0
- package/.docs/organized/docs/reference/workos-connect/index.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/introspection/index.mdx +8 -3
- package/.docs/organized/docs/reference/workos-connect/metadata/index.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/metadata/oauth-authorization-server/index.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/standalone/complete.mdx +68 -0
- package/.docs/organized/docs/reference/workos-connect/standalone/index.mdx +9 -0
- package/.docs/organized/docs/reference/workos-connect/standalone/user-consent-options.mdx +41 -0
- package/.docs/organized/docs/reference/workos-connect/token/authorization-code-grant/access-token.mdx +6 -0
- package/.docs/organized/docs/reference/workos-connect/token/authorization-code-grant/id-token.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/token/{authorization-code-grant/index.mdx → authorization-code-grant.mdx} +23 -2
- package/.docs/organized/docs/reference/workos-connect/token/client-credentials-grant/access-token.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/token/{client-credentials-grant/index.mdx → client-credentials-grant.mdx} +2 -2
- package/.docs/organized/docs/reference/workos-connect/token/index.mdx +5 -4
- package/.docs/organized/docs/reference/workos-connect/token/refresh-token-grant.mdx +1 -1
- package/.docs/organized/docs/reference/workos-connect/userinfo/index.mdx +2 -2
- package/.docs/organized/docs/sdks/authkit-js.mdx +14 -0
- package/.docs/organized/docs/sdks/authkit-nextjs.mdx +14 -0
- package/.docs/organized/docs/sdks/authkit-react-router.mdx +14 -0
- package/.docs/organized/docs/sdks/authkit-react.mdx +14 -0
- package/.docs/organized/docs/sdks/authkit-remix.mdx +14 -0
- package/.docs/organized/docs/sdks/authkit-tanstack-start.mdx +14 -0
- package/.docs/organized/docs/sso/_navigation.mdx +8 -2
- package/.docs/organized/docs/sso/attributes.mdx +15 -3
- package/.docs/organized/docs/sso/domains.mdx +8 -6
- package/.docs/organized/docs/sso/example-apps.mdx +2 -2
- package/.docs/organized/docs/sso/identity-provider-role-assignment.mdx +30 -30
- package/.docs/organized/docs/sso/index.mdx +7 -6
- package/.docs/organized/docs/sso/it-team-faq.mdx +1 -1
- package/.docs/organized/docs/sso/jit-provisioning.mdx +2 -3
- package/.docs/organized/docs/sso/launch-checklist.mdx +2 -2
- package/.docs/organized/docs/sso/login-flows.mdx +3 -3
- package/.docs/organized/docs/sso/redirect-uris.mdx +22 -11
- package/.docs/organized/docs/sso/saml-security.mdx +1 -1
- package/.docs/organized/docs/sso/sign-in-consent.mdx +59 -0
- package/.docs/organized/docs/sso/signing-certificates.mdx +7 -7
- package/.docs/organized/docs/sso/single-logout.mdx +0 -1
- package/.docs/organized/docs/sso/ux/sessions.mdx +99 -0
- package/.docs/organized/docs/sso/ux/sign-in.mdx +1 -1
- package/.docs/organized/docs/vault/_navigation.mdx +2 -0
- package/.docs/organized/docs/vault/byok.mdx +140 -0
- package/.docs/organized/docs/vault/index.mdx +1 -1
- package/.docs/organized/docs/widgets/_navigation.mdx +48 -0
- package/.docs/organized/docs/widgets/admin-portal-domain-verification.mdx +24 -0
- package/.docs/organized/docs/widgets/admin-portal-sso-connection.mdx +20 -0
- package/.docs/organized/docs/widgets/api-keys.mdx +28 -0
- package/.docs/organized/docs/widgets/audit-log-streaming.mdx +25 -0
- package/.docs/organized/docs/widgets/directory-sync.mdx +23 -0
- package/.docs/organized/docs/widgets/index.mdx +12 -0
- package/.docs/organized/docs/widgets/localization.mdx +111 -0
- package/.docs/organized/docs/widgets/organization-switcher.mdx +47 -0
- package/.docs/organized/docs/widgets/pipes.mdx +27 -0
- package/.docs/organized/docs/widgets/quick-start.mdx +38 -0
- package/.docs/organized/docs/widgets/styling/css-customization.mdx +100 -0
- package/.docs/organized/docs/widgets/styling/index.mdx +29 -0
- package/.docs/organized/docs/widgets/styling/theme-customization.mdx +51 -0
- package/.docs/organized/docs/widgets/tokens.mdx +17 -0
- package/.docs/organized/docs/widgets/user-management.mdx +28 -0
- package/.docs/organized/docs/widgets/user-profile.mdx +30 -0
- package/.docs/organized/docs/widgets/user-security.mdx +31 -0
- package/.docs/organized/docs/widgets/user-sessions.mdx +26 -0
- package/LICENSE +21 -0
- package/README.md +14 -1
- package/dist/prepare.js +1 -1
- package/dist/prepare.js.map +1 -1
- package/package.json +2 -1
- package/.docs/organized/docs/dashboard.mdx +0 -244
- package/.docs/organized/docs/demo/_navigation.mdx +0 -26
- package/.docs/organized/docs/demo/accordion.mdx +0 -34
- package/.docs/organized/docs/demo/checklist.mdx +0 -33
- package/.docs/organized/docs/demo/code-block.mdx +0 -185
- package/.docs/organized/docs/demo/definition-list.mdx +0 -35
- package/.docs/organized/docs/demo/index.mdx +0 -7
- package/.docs/organized/docs/demo/punctuation.mdx +0 -37
- package/.docs/organized/docs/demo/replacements.mdx +0 -26
- package/.docs/organized/docs/demo/table.mdx +0 -26
- package/.docs/organized/docs/demo/tabs.mdx +0 -17
- package/.docs/organized/docs/fga/identity-provider-sessions.mdx +0 -68
- package/.docs/organized/docs/fga/local-development.mdx +0 -155
- package/.docs/organized/docs/fga/modeling/abac.mdx +0 -107
- package/.docs/organized/docs/fga/modeling/blocklist.mdx +0 -84
- package/.docs/organized/docs/fga/modeling/conditional-roles.mdx +0 -99
- package/.docs/organized/docs/fga/modeling/custom-roles.mdx +0 -90
- package/.docs/organized/docs/fga/modeling/entitlements.mdx +0 -127
- package/.docs/organized/docs/fga/modeling/managed-service-provider.mdx +0 -131
- package/.docs/organized/docs/fga/modeling/org-roles-and-permissions.mdx +0 -95
- package/.docs/organized/docs/fga/modeling/policy-context.mdx +0 -231
- package/.docs/organized/docs/fga/modeling/public-access.mdx +0 -61
- package/.docs/organized/docs/fga/modeling/shareable-content.mdx +0 -106
- package/.docs/organized/docs/fga/modeling/superusers.mdx +0 -74
- package/.docs/organized/docs/fga/modeling/user-groups.mdx +0 -92
- package/.docs/organized/docs/fga/operations-usage.mdx +0 -104
- package/.docs/organized/docs/fga/playground.mdx +0 -12
- package/.docs/organized/docs/fga/policies.mdx +0 -462
- package/.docs/organized/docs/fga/query-language.mdx +0 -112
- package/.docs/organized/docs/fga/schema-management.mdx +0 -224
- package/.docs/organized/docs/fga/schema.mdx +0 -388
- package/.docs/organized/docs/fga/warrant-tokens.mdx +0 -44
- package/.docs/organized/docs/fga/warrants.mdx +0 -92
- package/.docs/organized/docs/reference/fga/batch-check.mdx +0 -277
- package/.docs/organized/docs/reference/fga/check.mdx +0 -563
- package/.docs/organized/docs/reference/fga/policy/create.mdx +0 -27
- package/.docs/organized/docs/reference/fga/policy/delete.mdx +0 -18
- package/.docs/organized/docs/reference/fga/policy/get.mdx +0 -23
- package/.docs/organized/docs/reference/fga/policy/index.mdx +0 -52
- package/.docs/organized/docs/reference/fga/policy/list.mdx +0 -41
- package/.docs/organized/docs/reference/fga/policy/update.mdx +0 -26
- package/.docs/organized/docs/reference/fga/query.mdx +0 -375
- package/.docs/organized/docs/reference/fga/resource/batch-write.mdx +0 -175
- package/.docs/organized/docs/reference/fga/resource-type/apply.mdx +0 -35
- package/.docs/organized/docs/reference/fga/resource-type/create.mdx +0 -24
- package/.docs/organized/docs/reference/fga/resource-type/delete.mdx +0 -22
- package/.docs/organized/docs/reference/fga/resource-type/get.mdx +0 -23
- package/.docs/organized/docs/reference/fga/resource-type/index.mdx +0 -68
- package/.docs/organized/docs/reference/fga/resource-type/list.mdx +0 -36
- package/.docs/organized/docs/reference/fga/resource-type/update.mdx +0 -23
- package/.docs/organized/docs/reference/fga/schema/apply.mdx +0 -42
- package/.docs/organized/docs/reference/fga/schema/get.mdx +0 -24
- package/.docs/organized/docs/reference/fga/schema/index.mdx +0 -39
- package/.docs/organized/docs/reference/fga/warrant/batch-write.mdx +0 -226
- package/.docs/organized/docs/reference/fga/warrant/create.mdx +0 -215
- package/.docs/organized/docs/reference/fga/warrant/delete.mdx +0 -212
- package/.docs/organized/docs/reference/fga/warrant/index.mdx +0 -186
- package/.docs/organized/docs/reference/fga/warrant/list.mdx +0 -282
- package/.docs/organized/docs/reference/idempotency.mdx +0 -21
- package/.docs/organized/docs/reference/organization-domain.mdx +0 -189
- package/.docs/organized/docs/reference/rate-limits.mdx +0 -50
- package/.docs/organized/docs/reference/roles/list-for-organization.mdx +0 -152
- package/.docs/organized/docs/reference/user-management/access-token/index.mdx +0 -13
- package/.docs/organized/docs/reference/user-management/authentication/get-authorization-url/redirect-uri.mdx +0 -23
- package/.docs/organized/docs/reference/user-management/index.mdx +0 -13
- package/.docs/organized/docs/reference/user-management/mfa/index.mdx +0 -5
- package/.docs/organized/docs/reference/user-management/session-tokens/index.mdx +0 -5
- package/.docs/organized/docs/reference/user-management/session-tokens/refresh-token.mdx +0 -8
- package/.docs/organized/docs/user-management/_navigation.mdx +0 -87
- package/.docs/organized/docs/user-management/authkit.mdx +0 -69
- package/.docs/organized/docs/user-management/connect.mdx +0 -110
- package/.docs/organized/docs/user-management/directory-provisioning.mdx +0 -78
- package/.docs/organized/docs/user-management/email-verification.mdx +0 -29
- package/.docs/organized/docs/user-management/entitlements.mdx +0 -46
- package/.docs/organized/docs/user-management/jit-provisioning.mdx +0 -36
- package/.docs/organized/docs/user-management/overview.mdx +0 -46
- package/.docs/organized/docs/user-management/roles-and-permissions.mdx +0 -155
- package/.docs/organized/docs/user-management/users-organizations.mdx +0 -91
- package/.docs/organized/docs/user-management/widgets.mdx +0 -190
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
descriptions:
|
|
3
|
-
legacy_organization_domain:
|
|
4
|
-
id: Unique identifier for the Organization Domain.
|
|
5
|
-
domain: Domain for the Organization Domain.
|
|
6
|
-
object: Distinguishes the Organization Domain object.
|
|
7
|
-
organization_id: The ID of the Organization associated with the Organization Domain.
|
|
8
|
-
state: >
|
|
9
|
-
The verification state of the Organization Domain.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
A “pending” state means the Organization Domain has not been verified yet.
|
|
13
|
-
|
|
14
|
-
For example, the organization that owns the domain may need to set a DNS
|
|
15
|
-
record to verify ownership.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
If DNS verification fails, the Organization Domain moves to a “failed”
|
|
19
|
-
state.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Once ownership has been verified, the OrganizationDomain moves to a
|
|
23
|
-
“verified” state.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
The “legacy verified” state is being phased out, and is used for
|
|
27
|
-
organizations that have not yet transitioned to the current domain-policy
|
|
28
|
-
flow.
|
|
29
|
-
verification_strategy: >
|
|
30
|
-
How the Organization Domain was verified.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
- `dns` means the Organization admin set a DNS record (based on the value
|
|
34
|
-
of `verification_token`) to prove ownership.
|
|
35
|
-
|
|
36
|
-
- `manual` indicates the domain was verified manually via the API or the
|
|
37
|
-
Dashboard.
|
|
38
|
-
verification_token: >-
|
|
39
|
-
When the verification strategy is `dns`, this token must be present in a
|
|
40
|
-
DNS record to verify the Organization Domain.
|
|
41
|
-
reference:
|
|
42
|
-
curl:
|
|
43
|
-
- url: /reference/organization-domain
|
|
44
|
-
key: legacy_organization_domain
|
|
45
|
-
id: legacy_organization_domain
|
|
46
|
-
title: organization_domain
|
|
47
|
-
properties:
|
|
48
|
-
- key: object
|
|
49
|
-
type: '"organization_domain"'
|
|
50
|
-
description: (legacy_organization_domain.object)
|
|
51
|
-
- key: id
|
|
52
|
-
type: string
|
|
53
|
-
description: (legacy_organization_domain.id)
|
|
54
|
-
- key: domain
|
|
55
|
-
type: string
|
|
56
|
-
description: (legacy_organization_domain.domain)
|
|
57
|
-
- key: organization_id
|
|
58
|
-
type: string
|
|
59
|
-
description: (legacy_organization_domain.organization_id)
|
|
60
|
-
- key: state
|
|
61
|
-
type: '"verified" | "pending" | "failed" | "legacy_verified"'
|
|
62
|
-
description: (legacy_organization_domain.state)
|
|
63
|
-
- key: verification_strategy
|
|
64
|
-
type: '"manual" | "dns"'
|
|
65
|
-
description: (legacy_organization_domain.verification_strategy)
|
|
66
|
-
- key: verification_token?
|
|
67
|
-
type: string
|
|
68
|
-
description: (legacy_organization_domain.verification_token)
|
|
69
|
-
js:
|
|
70
|
-
- url: /reference/organization-domain
|
|
71
|
-
key: LegacyOrganizationDomain
|
|
72
|
-
id: legacy_organization_domain
|
|
73
|
-
title: interface OrganizationDomain
|
|
74
|
-
properties:
|
|
75
|
-
- key: object
|
|
76
|
-
type: '"organization_domain"'
|
|
77
|
-
description: (legacy_organization_domain.object)
|
|
78
|
-
- key: id
|
|
79
|
-
type: string
|
|
80
|
-
description: (legacy_organization_domain.id)
|
|
81
|
-
- key: domain
|
|
82
|
-
type: string
|
|
83
|
-
description: (legacy_organization_domain.domain)
|
|
84
|
-
go:
|
|
85
|
-
- url: /reference/organization-domain
|
|
86
|
-
key: LegacyOrganizationDomain
|
|
87
|
-
id: legacy_organization_domain
|
|
88
|
-
title: organizations.OrganizationDomain
|
|
89
|
-
properties:
|
|
90
|
-
- key: ID
|
|
91
|
-
type: string
|
|
92
|
-
description: (legacy_organization_domain.id)
|
|
93
|
-
- key: Domain
|
|
94
|
-
type: string
|
|
95
|
-
description: (legacy_organization_domain.domain)
|
|
96
|
-
java:
|
|
97
|
-
- url: /reference/organization-domain
|
|
98
|
-
key: LegacyOrganizationDomain
|
|
99
|
-
id: legacy_organization_domain
|
|
100
|
-
title: class OrganizationDomain
|
|
101
|
-
properties:
|
|
102
|
-
- key: object
|
|
103
|
-
type: '"organization_domain"'
|
|
104
|
-
description: (legacy_organization_domain.object)
|
|
105
|
-
- key: id
|
|
106
|
-
type: String
|
|
107
|
-
description: (legacy_organization_domain.id)
|
|
108
|
-
- key: domain
|
|
109
|
-
type: String
|
|
110
|
-
description: (legacy_organization_domain.domain)
|
|
111
|
-
python:
|
|
112
|
-
- url: /reference/organization-domain
|
|
113
|
-
key: legacy_organization_domain
|
|
114
|
-
id: legacy_organization_domain
|
|
115
|
-
title: OrganizationDomain
|
|
116
|
-
properties:
|
|
117
|
-
- key: object
|
|
118
|
-
type: '"organization_domain"'
|
|
119
|
-
description: (legacy_organization_domain.object)
|
|
120
|
-
- key: id
|
|
121
|
-
type: str
|
|
122
|
-
description: (legacy_organization_domain.id)
|
|
123
|
-
- key: domain
|
|
124
|
-
type: str
|
|
125
|
-
description: (legacy_organization_domain.domain)
|
|
126
|
-
ruby:
|
|
127
|
-
- url: /reference/organization-domain
|
|
128
|
-
key: legacy_organization_domain
|
|
129
|
-
id: legacy_organization_domain
|
|
130
|
-
title: Hash organization_domain
|
|
131
|
-
properties:
|
|
132
|
-
- key: object
|
|
133
|
-
type: '"organization_domain"'
|
|
134
|
-
description: (legacy_organization_domain.object)
|
|
135
|
-
- key: id
|
|
136
|
-
type: String
|
|
137
|
-
description: (legacy_organization_domain.id)
|
|
138
|
-
- key: domain
|
|
139
|
-
type: String
|
|
140
|
-
description: (legacy_organization_domain.domain)
|
|
141
|
-
php:
|
|
142
|
-
- url: /reference/organization-domain
|
|
143
|
-
key: legacy_organization_domain
|
|
144
|
-
id: legacy_organization_domain
|
|
145
|
-
title: $organizationDomain
|
|
146
|
-
properties:
|
|
147
|
-
- key: object
|
|
148
|
-
type: '"organization_domain"'
|
|
149
|
-
description: (legacy_organization_domain.object)
|
|
150
|
-
- key: id
|
|
151
|
-
type: string
|
|
152
|
-
description: (legacy_organization_domain.id)
|
|
153
|
-
- key: domain
|
|
154
|
-
type: string
|
|
155
|
-
description: (legacy_organization_domain.domain)
|
|
156
|
-
dotnet:
|
|
157
|
-
- url: /reference/organization-domain
|
|
158
|
-
key: LegacyOrganizationDomain
|
|
159
|
-
id: legacy_organization_domain
|
|
160
|
-
title: class OrganizationDomain
|
|
161
|
-
properties:
|
|
162
|
-
- key: Object
|
|
163
|
-
type: '"organization_domain"'
|
|
164
|
-
description: (legacy_organization_domain.object)
|
|
165
|
-
- key: Id
|
|
166
|
-
type: string
|
|
167
|
-
description: (legacy_organization_domain.id)
|
|
168
|
-
- key: Domain
|
|
169
|
-
type: string
|
|
170
|
-
description: (legacy_organization_domain.domain)
|
|
171
|
-
originalPath: .tmp-workos-clone/packages/docs/content/reference/organization-domain.mdx
|
|
172
|
-
---
|
|
173
|
-
|
|
174
|
-
## Organization Domain
|
|
175
|
-
|
|
176
|
-
An Organization Domain (also known as a User Email Domain) represents an [Organization](/reference/organization)'s domain.
|
|
177
|
-
|
|
178
|
-
These domains restrict which email addresses are able to sign in through SAML Connections when [allow profiles outside organization](/reference/organization) is `false`. This is the default behavior for Organizations. See [SSO frequently asked questions](/sso/launch-checklist/frequently-asked-questions) for more details on this behavior.
|
|
179
|
-
|
|
180
|
-
Organization domains can be verified manually (through the API or the Dashboard), or through [a self-serve flow](/domain-verification) through the Admin Portal.
|
|
181
|
-
The organization that defines this domain policy exerts authentication policy control over that domain across your application.
|
|
182
|
-
For this reason, it is important to verify ownership of manually added domains.
|
|
183
|
-
Additionally, WorkOS does not allow addition of common consumer domains, like `gmail.com`.
|
|
184
|
-
|
|
185
|
-
<CodeBlock
|
|
186
|
-
title="Example Organization Domain"
|
|
187
|
-
file="organization-domain"
|
|
188
|
-
referenceId="legacy_organization_domain"
|
|
189
|
-
/>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
originalPath: .tmp-workos-clone/packages/docs/content/reference/rate-limits.mdx
|
|
3
|
-
---
|
|
4
|
-
# Rate limits
|
|
5
|
-
|
|
6
|
-
WorkOS APIs are rate limited to ensure that they are fast for everyone. If you find yourself getting 429 errors, double check your integration to make sure you aren’t making unnecessary requests.
|
|
7
|
-
|
|
8
|
-
## General
|
|
9
|
-
|
|
10
|
-
| Name | Path | Limit |
|
|
11
|
-
| ------------ | ---- | -------------------------------------------- |
|
|
12
|
-
| All requests | \* | 6,000 requests per 60 seconds per IP address |
|
|
13
|
-
|
|
14
|
-
This rate limits applies to all environments, staging and production. Exceptions to the general rate limit are listed below.
|
|
15
|
-
|
|
16
|
-
## Single Sign-On
|
|
17
|
-
|
|
18
|
-
| Name | Path | Limit |
|
|
19
|
-
| ------------------------------------------------------------- | -------------- | -------------------------------------------- |
|
|
20
|
-
| [Get Authorization URL](/reference/sso/get-authorization-url) | /sso/authorize | 1,000 requests per 60 seconds per connection |
|
|
21
|
-
|
|
22
|
-
## Directory Sync
|
|
23
|
-
|
|
24
|
-
| Name | Path | Limit |
|
|
25
|
-
| ----------------------------------------------------------- | ---------------- | ----------------------------------- |
|
|
26
|
-
| [Directory Users](/reference/directory-sync/directory-user) | /directory_users | 4 requests per second per directory |
|
|
27
|
-
|
|
28
|
-
## User Management
|
|
29
|
-
|
|
30
|
-
Rate limiting for User Management APIs are enforced on an account basis.
|
|
31
|
-
|
|
32
|
-
| Name | Path | Limit |
|
|
33
|
-
| ------------------------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------- |
|
|
34
|
-
| Reads | /user_management/\* | 1,000 requests per 10 seconds |
|
|
35
|
-
| Writes | /user_management/\* | 500 requests per 10 seconds |
|
|
36
|
-
| [Authentication](/reference/user-management/authentication) | /user_management/authenticate | 10 requests per 60 seconds per email or challenge ID |
|
|
37
|
-
| [Magic Auth](/reference/user-management/magic-auth) | /user_management/magic_auth/send | 3 requests per 60 seconds per email |
|
|
38
|
-
| [Email verification](/reference/user-management/email-verification) | /user_management/:id/email_verification/send | 3 requests per 60 seconds per user |
|
|
39
|
-
| [Password reset](/reference/user-management/password-reset) | /user_management/password_reset/send | 3 requests per 60 seconds per email |
|
|
40
|
-
|
|
41
|
-
## Hosted AuthKit
|
|
42
|
-
|
|
43
|
-
| Name | Limits |
|
|
44
|
-
| ------------------------ | ---------------------------------------------------------- |
|
|
45
|
-
| Reads | 1,000 requests per 10 seconds |
|
|
46
|
-
| Writes | 500 requests per 10 seconds |
|
|
47
|
-
| SSO sign-ins | 3 requests per 60 seconds per IP address |
|
|
48
|
-
| Email sign-ins | 10 requests per 60 seconds per email and IP address |
|
|
49
|
-
| Magic Auth sign-ins | 10 requests per 60 seconds per IP address and challenge ID |
|
|
50
|
-
| Magic Auth code requests | 3 requests per 60 seconds per IP address and email |
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
descriptions:
|
|
3
|
-
list_organization_roles:
|
|
4
|
-
data: 'Array of [Roles](/reference/roles) ordered by priority.'
|
|
5
|
-
organization_id: The ID of the organization to list roles for.
|
|
6
|
-
reference:
|
|
7
|
-
curl:
|
|
8
|
-
- key: list_organization_roles
|
|
9
|
-
id: list_organization_roles
|
|
10
|
-
url: /reference/roles/list-for-organization
|
|
11
|
-
title: '/organizations/:organization_id/roles'
|
|
12
|
-
type: GET
|
|
13
|
-
returns:
|
|
14
|
-
- key: anonymous
|
|
15
|
-
type: object
|
|
16
|
-
unwrap: true
|
|
17
|
-
properties:
|
|
18
|
-
- key: data
|
|
19
|
-
type: array
|
|
20
|
-
description: (list_organization_roles.data)
|
|
21
|
-
js:
|
|
22
|
-
- key: listOrganizationRoles
|
|
23
|
-
id: list_organization_roles
|
|
24
|
-
url: /reference/roles/list-for-organization
|
|
25
|
-
title: organizations.listOrganizationRoles()
|
|
26
|
-
returns:
|
|
27
|
-
- key: anonymous
|
|
28
|
-
type: object
|
|
29
|
-
unwrap: true
|
|
30
|
-
properties:
|
|
31
|
-
- key: data
|
|
32
|
-
type: 'Role[]'
|
|
33
|
-
description: (list_organization_roles.data)
|
|
34
|
-
go:
|
|
35
|
-
- key: ListOrganizationRoles
|
|
36
|
-
id: list_organization_roles
|
|
37
|
-
url: /reference/roles/list-for-organization
|
|
38
|
-
title: organizations.ListOrganizations()
|
|
39
|
-
parameters:
|
|
40
|
-
- (ctx)
|
|
41
|
-
- key: opts
|
|
42
|
-
type: organizations.ListOrganizationRolesOpts
|
|
43
|
-
expanded: true
|
|
44
|
-
properties:
|
|
45
|
-
- key: OrganizationId
|
|
46
|
-
type: string
|
|
47
|
-
description: (list_organization_roles.organization_id)
|
|
48
|
-
returns:
|
|
49
|
-
- key: list
|
|
50
|
-
type: organizations.ListOrganizationRolesResponse
|
|
51
|
-
expanded: true
|
|
52
|
-
properties:
|
|
53
|
-
- key: Data
|
|
54
|
-
type: '[]roles.Role'
|
|
55
|
-
description: (list_organization_roles.data)
|
|
56
|
-
- (err)
|
|
57
|
-
ruby:
|
|
58
|
-
- key: list_organization_roles
|
|
59
|
-
id: list_organization_roles
|
|
60
|
-
url: /reference/roles/list-for-organization
|
|
61
|
-
title: Organizations.list_organization_roles()
|
|
62
|
-
parameters:
|
|
63
|
-
- key: organization_id
|
|
64
|
-
type: String
|
|
65
|
-
description: (list_organization_roles.organization_id)
|
|
66
|
-
returns:
|
|
67
|
-
- key: anonymous
|
|
68
|
-
type: Struct
|
|
69
|
-
unwrap: true
|
|
70
|
-
properties:
|
|
71
|
-
- key: data
|
|
72
|
-
type: 'Array[Role]'
|
|
73
|
-
description: (list_organization_roles.data)
|
|
74
|
-
python:
|
|
75
|
-
- key: list_organization_roles
|
|
76
|
-
id: list_organization_roles
|
|
77
|
-
url: /reference/roles/list-for-organization
|
|
78
|
-
title: organizations.list_organization_roles()
|
|
79
|
-
parameters:
|
|
80
|
-
- key: organization_id
|
|
81
|
-
type: str
|
|
82
|
-
description: (list_organization_roles.organization_id)
|
|
83
|
-
returns:
|
|
84
|
-
- key: anonymous
|
|
85
|
-
type: RoleList
|
|
86
|
-
unwrap: true
|
|
87
|
-
properties:
|
|
88
|
-
- key: data
|
|
89
|
-
type: 'list[Role]'
|
|
90
|
-
description: (list_organization_roles.data)
|
|
91
|
-
java:
|
|
92
|
-
- key: listOrganizationRoles
|
|
93
|
-
id: list_organization_roles
|
|
94
|
-
url: /reference/roles/list-for-organization
|
|
95
|
-
title: organizations.listOrganizationRoles()
|
|
96
|
-
parameters:
|
|
97
|
-
- key: organizationId
|
|
98
|
-
type: String
|
|
99
|
-
description: (list_organization_roles.organization_id)
|
|
100
|
-
returns:
|
|
101
|
-
- key: anonymous
|
|
102
|
-
type: RoleList
|
|
103
|
-
expanded: true
|
|
104
|
-
properties:
|
|
105
|
-
- key: data
|
|
106
|
-
type: List<Role>
|
|
107
|
-
description: (list_organization_roles.data)
|
|
108
|
-
php:
|
|
109
|
-
- key: listOrganizationRoles
|
|
110
|
-
id: list_organization_roles
|
|
111
|
-
url: /reference/roles/list-for-organization
|
|
112
|
-
title: $organizations->listOrganizationRoles()
|
|
113
|
-
parameters:
|
|
114
|
-
- key: organization_id
|
|
115
|
-
type: string
|
|
116
|
-
description: (list_organization_roles.organization_id)
|
|
117
|
-
returns:
|
|
118
|
-
- key: anonymous
|
|
119
|
-
type: array
|
|
120
|
-
unwrap: true
|
|
121
|
-
properties:
|
|
122
|
-
- key: data
|
|
123
|
-
type: 'Role[]'
|
|
124
|
-
description: (list_organization_roles.data)
|
|
125
|
-
dotnet:
|
|
126
|
-
- key: ListOrganizationRoles
|
|
127
|
-
id: list_organization_roles
|
|
128
|
-
url: /reference/roles/list-for-organization
|
|
129
|
-
title: organizationsService.ListOrganizationRoles()
|
|
130
|
-
parameters:
|
|
131
|
-
- key: organizationId
|
|
132
|
-
type: string
|
|
133
|
-
description: (list_organization_roles.organization_id)
|
|
134
|
-
returns:
|
|
135
|
-
- key: Task<WorkOSList<Role>>
|
|
136
|
-
expanded: true
|
|
137
|
-
properties:
|
|
138
|
-
- key: Data
|
|
139
|
-
type: List<Role>
|
|
140
|
-
description: (list_organization_roles.data)
|
|
141
|
-
originalPath: >-
|
|
142
|
-
.tmp-workos-clone/packages/docs/content/reference/roles/list-for-organization.mdx
|
|
143
|
-
---
|
|
144
|
-
|
|
145
|
-
## List roles for an organization
|
|
146
|
-
|
|
147
|
-
Get a list of all roles for the provided organization in priority order. Includes all environment and organization roles.
|
|
148
|
-
|
|
149
|
-
<CodeBlock referenceId="list_organization_roles">
|
|
150
|
-
<CodeBlockTab title="Request" file="list-organization-roles-request" />
|
|
151
|
-
<CodeBlockTab title="Response" file="list-organization-roles-response" />
|
|
152
|
-
</CodeBlock>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
descriptions:
|
|
3
|
-
access_token:
|
|
4
|
-
self: >-
|
|
5
|
-
The [access_token](/reference/user-management/access-token) for session
|
|
6
|
-
management.
|
|
7
|
-
originalPath: >-
|
|
8
|
-
.tmp-workos-clone/packages/docs/content/reference/user-management/access-token/index.mdx
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# Access Token
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
originalPath: >-
|
|
3
|
-
.tmp-workos-clone/packages/docs/content/reference/user-management/authentication/get-authorization-url/redirect-uri.mdx
|
|
4
|
-
---
|
|
5
|
-
### Redirect URI
|
|
6
|
-
|
|
7
|
-
In the [OAuth 2.0](/glossary/oauth-2-0) protocol, a redirect URI is the location that the user is redirected to once they have successfully authenticated with their identity provider.
|
|
8
|
-
|
|
9
|
-
When redirecting the user, WorkOS will generate an authorization code and pass it to your redirect URI as a `code` query parameter, your app will use this code to [authenticate the user](/reference/user-management/authentication/code). Additionally, WorkOS can pass a `state` parameter back to your application that you may use to encode arbitrary information to restore your application state between the redirects.
|
|
10
|
-
|
|
11
|
-
```url title="Redirect URI with query parameters"
|
|
12
|
-
https://your-app.com/callback?code=01E2RJ4C05B52KKZ8FSRDAP23J&state=dj1kUXc0dzlXZ1hjUQ==
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
You can use `state` to encode parameters like originating URL and query parameters. This is useful in a flow where unauthenticated users are automatically redirected to a login page. After successful sign in, users will be routed to your redirect URI callback route. From there you can extract the originating URL from `state` and redirect the user to their intended destination.
|
|
16
|
-
|
|
17
|
-
You’ll need to configure the allowed redirect URIs for your application via the [Redirects](https://dashboard.workos.com/redirects) page in the dashboard. Without a valid redirect URI, your users will be unable to sign in. Make sure that the redirect URI you use as a parameter to get the authorization URL matches one of the redirect URIs you have configured in the dashboard.
|
|
18
|
-
|
|
19
|
-
Redirect URIs follow stricter requirements in production environments:
|
|
20
|
-
|
|
21
|
-
- `HTTPS` protocol is required in production environments
|
|
22
|
-
- `HTTP` and `localhost` are allowed in staging environments
|
|
23
|
-
- Wildcard characters are not allowed in production environments
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
descriptions:
|
|
3
|
-
challenge_response:
|
|
4
|
-
token: The email verification token.
|
|
5
|
-
user: 'The corresponding [User](/reference/user-management/user) object.'
|
|
6
|
-
originalPath: .tmp-workos-clone/packages/docs/content/reference/user-management/index.mdx
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# User Management
|
|
10
|
-
|
|
11
|
-
A set of user authentication and organization security features designed to provide a fast, scalable integration while handling all of the user management complexity that comes with advanced business and customer needs.
|
|
12
|
-
|
|
13
|
-
To automatically respond to User Management activities, like authentication and changes related to the users, use the corresponding [events](/events).
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
originalPath: >-
|
|
3
|
-
.tmp-workos-clone/packages/docs/content/reference/user-management/session-tokens/refresh-token.mdx
|
|
4
|
-
---
|
|
5
|
-
## Refresh token
|
|
6
|
-
|
|
7
|
-
The refresh token can be used to obtain a new access token using the [authenticate with refresh token
|
|
8
|
-
](reference/user-management/authentication/refresh-token) endpoint. Refresh tokens may only be used once. Refreshes will succeed as long as the user's session is still active.
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: User Management
|
|
3
|
-
links:
|
|
4
|
-
- title: Getting Started
|
|
5
|
-
links:
|
|
6
|
-
- title: Quick Start
|
|
7
|
-
url: /user-management
|
|
8
|
-
- title: Example Apps
|
|
9
|
-
url: /user-management/example-apps
|
|
10
|
-
- title: Modeling Your App
|
|
11
|
-
links:
|
|
12
|
-
- title: Introduction and concepts
|
|
13
|
-
url: /user-management/modeling-your-app
|
|
14
|
-
- title: SSO with contractors
|
|
15
|
-
url: /user-management/sso-with-contractors
|
|
16
|
-
- title: Invite-only signup
|
|
17
|
-
url: /user-management/invite-only-signup
|
|
18
|
-
- title: Integrating
|
|
19
|
-
links:
|
|
20
|
-
- title: AuthKit
|
|
21
|
-
url: /user-management/authkit
|
|
22
|
-
- title: Branding
|
|
23
|
-
url: /user-management/branding
|
|
24
|
-
- title: Migrations
|
|
25
|
-
url: /user-management/migrations
|
|
26
|
-
- title: Widgets
|
|
27
|
-
url: /user-management/widgets
|
|
28
|
-
- title: Actions
|
|
29
|
-
url: /user-management/actions
|
|
30
|
-
featureFlag: actions-docs
|
|
31
|
-
- title: MCP
|
|
32
|
-
url: /user-management/mcp
|
|
33
|
-
- title: On-prem Deployment
|
|
34
|
-
url: /on-prem-deployment
|
|
35
|
-
- title: Authentication
|
|
36
|
-
links:
|
|
37
|
-
- title: Single Sign-On
|
|
38
|
-
url: /user-management/sso
|
|
39
|
-
- title: Email + Password
|
|
40
|
-
url: /user-management/email-password
|
|
41
|
-
- title: Passkeys
|
|
42
|
-
url: /user-management/passkeys
|
|
43
|
-
- title: Social Login
|
|
44
|
-
url: /user-management/social-login
|
|
45
|
-
- title: Multi-Factor Auth
|
|
46
|
-
url: /user-management/mfa
|
|
47
|
-
- title: Magic Auth
|
|
48
|
-
url: /user-management/magic-auth
|
|
49
|
-
- title: Features
|
|
50
|
-
links:
|
|
51
|
-
- title: Users and Organizations
|
|
52
|
-
url: /user-management/users-organizations
|
|
53
|
-
- title: Sessions
|
|
54
|
-
url: /user-management/sessions
|
|
55
|
-
- title: Radar
|
|
56
|
-
url: /user-management/radar
|
|
57
|
-
- title: Invitations
|
|
58
|
-
url: /user-management/invitations
|
|
59
|
-
- title: Email Verification
|
|
60
|
-
url: /user-management/email-verification
|
|
61
|
-
- title: Domain Verification
|
|
62
|
-
url: /user-management/domain-verification
|
|
63
|
-
- title: Identity Linking
|
|
64
|
-
url: /user-management/identity-linking
|
|
65
|
-
- title: JIT Provisioning
|
|
66
|
-
url: /user-management/jit-provisioning
|
|
67
|
-
- title: Roles and Permissions
|
|
68
|
-
url: /user-management/roles-and-permissions
|
|
69
|
-
- title: Directory Provisioning
|
|
70
|
-
url: /user-management/directory-provisioning
|
|
71
|
-
- title: Organization Policies
|
|
72
|
-
url: /user-management/organization-policies
|
|
73
|
-
- title: Impersonation
|
|
74
|
-
url: /user-management/impersonation
|
|
75
|
-
- title: Custom Emails
|
|
76
|
-
url: /user-management/custom-emails
|
|
77
|
-
- title: Entitlements
|
|
78
|
-
url: /user-management/entitlements
|
|
79
|
-
- title: Metadata and External IDs
|
|
80
|
-
url: /user-management/metadata
|
|
81
|
-
- title: JWT Templates
|
|
82
|
-
url: /user-management/jwt-templates
|
|
83
|
-
- title: Connect
|
|
84
|
-
url: /user-management/connect
|
|
85
|
-
originalPath: .tmp-workos-clone/packages/docs/content/user-management/_navigation.mdx
|
|
86
|
-
---
|
|
87
|
-
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: AuthKit
|
|
3
|
-
description: >-
|
|
4
|
-
Customizable sign-in UI that abstracts away all of the complexity associated
|
|
5
|
-
with building secure authentication flows.
|
|
6
|
-
showNextPage: true
|
|
7
|
-
originalPath: .tmp-workos-clone/packages/docs/content/user-management/authkit.mdx
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## Introduction
|
|
11
|
-
|
|
12
|
-
Implementing authentication flows that handle every possible error state and edge case across multiple identity providers can be a daunting task. AuthKit makes this easy by providing a hosted, pre-built, customizable authentication UI with automatic handling of:
|
|
13
|
-
|
|
14
|
-
- Sign up, sign in, password reset, and [email verification](/user-management/email-verification) flows.
|
|
15
|
-
- Enterprise [SSO](/user-management/sso) routing and [MFA](/user-management/mfa) enrollment.
|
|
16
|
-
- Automatic bot detection and blocking, to protect against brute force attacks.
|
|
17
|
-
- Customizable [domain](/custom-domains/authkit) and [branding](/user-management/branding).
|
|
18
|
-
|
|
19
|
-

|
|
20
|
-
|
|
21
|
-
## Authentication flow
|
|
22
|
-
|
|
23
|
-
AuthKit is conceptually similar to a [Social Login (OAuth)](/user-management/social-login) experience, but with the added benefit of being able to authenticate users with any identity provider.
|
|
24
|
-
|
|
25
|
-
AuthKit sits outside of your application code. When a user initiates a sign-in request, your application redirects them to the AuthKit URL. The user then completes the authentication process with WorkOS before being returned to the application.
|
|
26
|
-
|
|
27
|
-
Your application will exchange the resulting authorization code to retrieve an authenticated [User object](/reference/user-management/user) and handle the session.
|
|
28
|
-
|
|
29
|
-
[border=false]
|
|
30
|
-
|
|
31
|
-
> The AuthKit flow abstracts away many of the UX and WorkOS API calling concerns automatically, for more guidance on integrating with AuthKit, see the [Quick Start](/user-management) guide.
|
|
32
|
-
|
|
33
|
-
AuthKit also provides a signup flow for creating users. Available options are determined by the configured [authentication methods](/user-management/authkit/authentication-methods). If a user’s email address is associated with an SSO connection, they will automatically be redirected to sign up via their IdP.
|
|
34
|
-
|
|
35
|
-
## Authentication methods
|
|
36
|
-
|
|
37
|
-
AuthKit supports all of the authentication methods available in WorkOS User Management and will automatically adjust the available options depending on the configured methods in the _Authentication_ section of the [WorkOS Dashboard](https://dashboard.workos.com).
|
|
38
|
-
|
|
39
|
-

|
|
40
|
-
|
|
41
|
-
Email + Password authentication is enabled by default, though set up may be required to enable additional methods. See the relevant feature section for more information:
|
|
42
|
-
|
|
43
|
-
- [Single Sign-On](/user-management/sso)
|
|
44
|
-
- [Email + Password](/user-management/email-password)
|
|
45
|
-
- [Social Login](/user-management/social-login)
|
|
46
|
-
- [Multi-Factor Auth](/user-management/mfa)
|
|
47
|
-
- [Magic Auth](/user-management/magic-auth)
|
|
48
|
-
|
|
49
|
-
## Custom OAuth static scopes
|
|
50
|
-
|
|
51
|
-
AuthKit offers support for custom OAuth static scopes for both Google and Microsoft integrations. This allows you to request specific permissions when accessing user profile data from these providers. For instance, requesting access to read Google Calendar events or retrieve emails from a Microsoft account.
|
|
52
|
-
|
|
53
|
-
> This feature is currently available in a restricted preview. [Contact us](mailto:support@workos.com) for additional details.
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## Integrating
|
|
58
|
-
|
|
59
|
-
Integration into your app is quick and easy, though the route you choose varies depending on your specific requirements:
|
|
60
|
-
|
|
61
|
-
### (A) Integrate with AuthKit
|
|
62
|
-
|
|
63
|
-
In just a few lines of code, you can add AuthKit to your app and start authenticating users. See the [quick start](/user-management) guide for more information.
|
|
64
|
-
|
|
65
|
-
### (B) Build your own authentication flows
|
|
66
|
-
|
|
67
|
-
While the hosted solution is the fastest way to get started, if you’d prefer to build and manage your own authentication UI, you can do so via the [User Management API](/reference/user-management).
|
|
68
|
-
|
|
69
|
-
Examples of building custom UI are [available on GitHub](https://github.com/workos/authkit).
|