Documentation Index
Fetch the complete documentation index at: https://specterops-enable-tls-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Authorization servers in Okta are used to issue OAuth 2.0 access tokens for API access. They define the scopes, claims, and access policies that control how tokens are issued and what permissions they grant. Each Okta organization has a default authorization server, and administrators can create additional custom authorization servers for specific use cases. Authorization servers are represented as Okta_AuthorizationServer nodes in BloodHound.The relationships between authorization servers and applications are currently not evaluated in BloodHound.
Edges
The tables below list edges defined by the Okta extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| Okta_Contains | Okta_Organization | ✅ |
| Okta_ResourceSetContains | Okta_ResourceSet | ✅ |
| Okta_ScopedTo | Okta_RoleAssignment | ❌ |
Outbound Edges
No outbound edges are defined by the Okta extension for this node.Properties
| Name | Source | Type | Description |
|---|---|---|---|
id | server.id | string | Unique authorization server identifier. |
name | server.name | string | Authorization server name. |
displayName | server.name | string | Display label used in BloodHound. |
oktaDomain | Collector context (non-API) | string | Okta organization domain where the authorization server exists. |
description | server.description | string | Human-readable server description. |
status | server.status | string | Current lifecycle status. |
issuer | server.issuer | string | Token issuer URL. |
issuerMode | server.issuerMode | string | Issuer mode selected in Okta. |
audiences | server.audiences | string[] | Allowed audience values for issued tokens. |
created | server.created | datetime | Authorization server creation timestamp. |
lastUpdated | server.lastUpdated | datetime | Last update timestamp for the server configuration. |


















