Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.25 KB

File metadata and controls

51 lines (39 loc) · 1.25 KB
title passwordSingleSignOnSettings resource type
description Settings related to password-based single sign-on
ms.localizationpriority medium
author luleonpla
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 05/15/2024

passwordSingleSignOnSettings resource type

[!INCLUDE beta-disclaimer]

Contains the collection of password-based single sign-on settings.

Properties

Property Type Description
fields passwordSingleSignOnField collection The fields to capture to fill the user credentials for password-based single sign-on.

JSON representation

The following JSON representation shows the resource type.

{
  "fields": [{"@odata.type": "microsoft.graph.passwordSingleSignOnField"}]
}