Skip to content

OKTA-912701 - Add reference doc for org configs #5395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Integrator free plan org configurations
meta:
- name: description
content: Details the default org configurations for the Integrator Free Plan Org available on https://developer.okta.com/signup/
---

This document provides reference details on the default configurations for the Integrator free plan orgs. These orgs are available from [Sign up](/signup/), and are for development and testing by developers interested in implementing an Okta solution or integration.

The Integrator free plan orgs are also required for those developers planning a submission to the Okta Integration Network (OIN). For further details on this process, see the [Okta Integration Network](/docs/guides/okta-integration-network/).

## Integrator free plan features

The Integrator free plan is provisioned with the following features:

| Feature | Description |
|---------------------------------------------|------------------------------------------------|
| SSO (Single Sign-On) | Provides capabilities to incorporate single sign-on authentication for your users. See [Build a Single Sign-On (SSO) Integration](/docs/guides/build-sso-integration/-/main/). |
| UD (Universal Directory) | Stores and manages your user information. See [What is the Okta Universal Directory](/docs/concepts/user-profiles/#what-is-the-okta-universal-directory). |
| AMFA (Adaptive Multifactor Authentication) | Provides capabilities to implement authentication based on risk. See [Authentication factors](/docs/concepts/iam-overview-authentication-factors/). |
| LCM (Lifecycle Management) | Manages the process of access to apps and resources over the lifecycle of a user. See [Overview of lifecycle management in the OIN](//docs/guides/oin-lifecycle-mgmt-overview/). |
| API AM (API Access Management) | Enables secure access control for your APIs using OAuth 2.0 and OIDC. See [API Access Management with Okta](/docs/concepts/api-access-management/). |
| Workflows | Automates identity business processes without code. See [Okta Workflows](https://help.okta.com/okta_help.htm?type=oie&id=ext-okta-workflows) |

## Integrator free plan limitations

The Integrator free plan has the following limitations:

| Org feature | Limitation |
|-----------------------------------------------|----------------------------------------------------------------------|
| Availability | Integrator free plan orgs don't expire. However, orgs will deactivate after 180 days of inactivity unless you submit an app to the OIN |
| Number of active users | 10 |
| Okta Org2Org app integration | Not available |
| Number of workflows | 5 |
| Email templates | Unavailable for editing |
| Email automation | Not available |
| Rate limits | Limited per-minute rate limits. See [Management rate limits](/docs/reference/rl-global-mgmt/). |
| Admin email | Only one business email can be associated with an Integrator free plan org.<br><br> **Note:** Some email addresses can't be used to sign up for the Integrator free org plans based on user location and other security considerations. Contact Okta Support for more information. |
| Support | No access to Okta Support |

## Free Okta Developer Edition org updates

The Integrator free plan orgs replace the previous Okta Developer Edition service orgs. If you’re using an Okta Developer Edition service org, sign up for a new org or migrate your org to the Integrator free plan. For further details, see [Okta Blog Post](https://developer.okta.com/blog/).
4 changes: 4 additions & 0 deletions packages/@okta/vuepress-theme-prose/const/navbar.const.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,10 @@ export const reference = [
title: "Okta Expression Language",
path: "/docs/reference/okta-expression-language/",
},
{
title: "Integrator Free Plan Org Configuations",
path: "/docs/reference/org-defaults/",
},
{
title: "Expression Language in Identity Engine",
path: "/docs/reference/okta-expression-language-in-identity-engine/",
Expand Down