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
Authorizations
Bearer authentication. Send Authorization: Bearer .
Body
application/json
SSO Policy Input
SSOPolicyInput payload
AllowLocalPassword controls whether the tenant login screen renders the password form. false makes the tenant SSO-only.
Example:
true
Response
OK
SSOPolicyResponse payload
Example:
true

