Enum values changed in GET /api/v1/idps (IdentityProviderType)
- Affected surface
- GET /api/v1/idps
- Affected field
- IdentityProviderType
What changed
Enum values changed in GET /api/v1/idps (IdentityProviderType) Affected surface: GET /api/v1/idps. Root cause: schema `IdentityProviderType`. Detected at Wed, 11 Sep 2024 19:27:57 UTC UTC.
Diff
{
"added_enums": [
"YAHOOJP",
"APPLE",
"SALESFORCE",
"XERO",
"LOGINGOV_SANDBOX",
"YAHOO",
"AMAZON",
"DISCORD",
"GITLAB",
"PAYPAL_SANDBOX",
"SPOTIFY",
"GITHUB",
"LOGINGOV",
"PAYPAL"
],
"path": "GET /api/v1/idps",
"removed_enums": [
"AgentlessDSSO",
"IWA",
"OKTA"
],
"schema_path": "schema IdentityProviderType"
}Likely impact
Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.
Recommended action
Audit any switch/match statements over this enum. Removed values become unhandled paths.
Related changes
Other endpoints affected by the same root cause.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
