> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_ReadPasswordUpdates

> Application can read password updates over the SCIM protocol

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [Okta\_Application](/opengraph/extensions/okta/nodes/okta_application)
* Destination: [Okta\_User](/opengraph/extensions/okta/nodes/okta_user)
* Traversable: ✅

## General Information

The traversable Okta\_ReadPasswordUpdates edges represent applications that can read password updates over SCIM.

```mermaid theme={null}
graph LR
  org("Okta_Organization contoso.okta.com")
  app("Okta_Application SCIM App")
  user("Okta_User john\@contoso.com")
  user2("Okta_User steve\@contoso.com")
  app -- Okta_ReadPasswordUpdates --> user
  user -- Okta_SuperAdmin --> org
  user2 -- Okta_AppAdmin --> app
```
