Update the Organization's SAML SSO configuration
scaleway_iam_update_samlUpdate the SAML identity provider's entity ID and SSO URL to change how all users in the organization sign in. Requires explicit confirmation, as a misconfigured IdP can lock out every account.
Instructions
Change the registered identity provider's entity_id/SSO URL. ORG-WIDE BLAST RADIUS: this changes how EVERYONE in the Organization signs in. A misconfigured IdP entity_id/SSO URL, or an expired/wrong certificate, can lock every user out of the console at once - console-based recovery is also gated by this policy if it fails. Verify the IdP-side configuration is correct BEFORE calling this, and keep at least one non-SAML login method (password) available on your own account as a fallback. Requires confirm=true. Method is PATCH per the API reference (distinct from enable, which is POST); the PATCH call itself was not live-verified (deliberately - see docs/gotchas.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true - changes org-wide login configuration. | |
| entity_id | Yes | The identity provider's SAML entity ID (issuer URI). | |
| single_sign_on_url | Yes | The identity provider's SSO redirect/POST URL. |