From fadd1cdbf48f1b27030d076f14b444ba8f15177a Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:35:14 -0600 Subject: [PATCH] Docs: Update Okta Copy (#3074) (#3115) * update Okta copy * Update docs/docs/identity-providers/okta.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Clarifications Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: Alex Fornuto Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> --- docs/docs/identity-providers/okta.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/identity-providers/okta.md b/docs/docs/identity-providers/okta.md index 134c18c7b..0070a56fa 100644 --- a/docs/docs/identity-providers/okta.md +++ b/docs/docs/identity-providers/okta.md @@ -4,12 +4,14 @@ lang: en-US sidebarDepth: 0 meta: - name: keywords - content: okta oidc, identity provider, idp + content: okta oidc, identity provider, idp, context, context-aware --- # Okta -This page covers configuring Okta to communicate with Pomerium. It assumes you have already [installed Pomerium][pomerium-install] before you begin. +Okta is a popular identity provider used by businesses of all sizes. Integrating Pomerium with Okta allows you to use the identity Okta provides to apply context-driven policies from Pomerium to your infrastructure. + +This page covers configuring Okta to communicate with Pomerium as an [IdP](/docs/glossary.md#identity-provider). It assumes you have already [installed Pomerium][pomerium-install] before you begin. ::: warning While we do our best to keep our documentation up to date, changes to third-party systems are outside our control. Refer to [Create an Okta app Integration](https://developer.okta.com/docs/guides/sign-into-web-app/aspnet/create-okta-application/) from Okta's developer docs as needed, or [let us know](https://github.com/pomerium/pomerium/issues/new?assignees=&labels=&template=bug_report.md) if we need to re-visit this page.