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
Autorizações
Bearer authentication. Send Authorization: Bearer .
Corpo
application/json
SSO Policy Input
SSOPolicyInput payload
AllowLocalPassword controls whether the tenant login screen renders the password form. false makes the tenant SSO-only.
Exemplo:
true
Resposta
OK
SSOPolicyResponse payload
Exemplo:
true

