Okta Admin Management API
/Access Controls
/- Retrieve the breached credential protection configuration
Breached Credential Protection
Replace the breached credential protection configuration
Retrieve the breached cre...
OAuth 2.0 scope:
- okta.breachedCredentialProtection.read
Retrieves the breached credential protection configuration for your org
GET
curl -i -X GET \
https://subdomain.okta.com/api/v1/breached-credential-protection/configurationOK
The breach detection method used for breached credential protection
| Enum Value | Description |
|---|---|
| STANDARD | Detects breached credentials using a limited data feed of credentials leaked in third-party breaches. Provides baseline coverage with a lower volume of detections. |
| ENHANCED | Detects breached credentials using a larger data feed for broader coverage across a wider range of breaches. Provides stronger protection with a higher volume of detections. |
Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.
Response
- Standard breached credential protection configuration
- Enhanced breached credential protection configuration
{ "detectionMethod": "STANDARD", "_links": { "self": { … } } }