From ff1d8571990b616f73d71e9bdf9d492c71e502e3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 10 Feb 2024 23:28:06 +0100 Subject: [PATCH] Delete documentation/docs/enterprise-edition directory --- .../docs/enterprise-edition/okta/index.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 documentation/docs/enterprise-edition/okta/index.md diff --git a/documentation/docs/enterprise-edition/okta/index.md b/documentation/docs/enterprise-edition/okta/index.md deleted file mode 100644 index 9ca622e9..00000000 --- a/documentation/docs/enterprise-edition/okta/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Okta Auth Provider ---- - -# Okta Auth Provider - -Okta is an enterprise-grade identity management service. Refine's integration of Okta's authentication services allows you to easily add Okta services to your application. - -## Installation - -This package is included in Refine's Enterprise Edition. To learn more about Refine's Enterprise Edition, please [contact us](https://s.refine.dev/okta-enterprise). - - - -```yml title=".npmrc" -# A registry with the auth token should be added for the @refinedev-ee scope -@refinedev-ee:registry=https://registry.npmjs.org/ -//registry.npmjs.org/:_authToken=$NPM_TOKEN -``` - - - -## Usage