Update SSO login policy
Toggles whether the caller’s tenant offers the local password login form (SSO-only when false). The tenant is resolved from the authenticated identity, never from the payload. Only Application.EnablePassword is changed.
PATCH
Error
Autorizaciones
Bearer authentication. Send Authorization: Bearer .
Cuerpo
application/json
SSO Policy Input
SSOPolicyInput payload
AllowLocalPassword controls whether the tenant login screen renders the password form. false makes the tenant SSO-only.
Ejemplo:
true
Respuesta
OK
SSOPolicyResponse payload
Ejemplo:
true

