One change
okta
manage-claude/wif-providers/okta
Nearest release: v2.1.239, published 2 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
manage-claude/wif-providers/okta Changed · +2 / -2 lines
from line 112
```python Python import os - import httpx + import httpx2 import anthropic from anthropic import WorkloadIdentityCredentials def fetch_okta_token() -> str: - response = httpx.post( + response = httpx2.post( f"{os.environ['OKTA_ISSUER']}/v1/token", data={ "grant_type": "client_credentials",