docs: add Okta entity provider documentation

Signed-off-by: chanchalkhatri19 <chanchal.khatri01@infosys.com>
This commit is contained in:
chanchalkhatri19
2026-03-13 11:33:44 +00:00
parent 6b6b5de514
commit 26c09a1883
2 changed files with 24 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
---
id: org
title: Okta Organizational Data
sidebar_label: Org Data
description: Ingesting organizational data from Okta into Backstage
---
The Backstage catalog can be set up to ingest organizational data — users and
groups — directly from Okta. The result is a hierarchy of
[`User`](../../features/software-catalog/descriptor-format.md#kind-user) and
[`Group`](../../features/software-catalog/descriptor-format.md#kind-group) kind
entities that mirror your Okta organization.
This integration is provided by the community-maintained
[`@roadiehq/catalog-backend-module-okta`](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/backend/catalog-backend-module-okta)
plugin, owned and maintained by [Roadie](https://roadie.io/).
## Installation and configuration
For setup instructions, including authentication options (API token and OAuth
2.0), user/group filtering, custom naming strategies, and entity transformers,
see the
[plugin documentation maintained by Roadie](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/backend/catalog-backend-module-okta).
+1
View File
@@ -399,6 +399,7 @@ export default {
'integrations/google-cloud-storage/locations',
]),
sidebarElementWithIndex({ label: 'LDAP' }, ['integrations/ldap/org']),
sidebarElementWithIndex({ label: 'Okta' }, ['integrations/okta/org']),
],
),
sidebarElementWithIndex(