Enable SAML SSO for the Organization
scaleway_iam_enable_samlEnable SAML SSO for your entire organization by registering the identity provider's entity ID and SSO URL. Requires explicit confirmation to prevent organizational lockout.
Instructions
Enable SAML SSO, registering the identity provider's entity_id and 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. The resulting config starts in status 'missing_certificate' until a certificate is added via scaleway_iam_add_saml_certificate - SSO logins cannot succeed until then, so enabling alone does not immediately expose a working (or misconfigurable) login path.
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. |