| 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 |
[!INCLUDE beta-disclaimer]
Contains the collection of password-based single sign-on settings.
| Property | Type | Description |
|---|---|---|
| fields | passwordSingleSignOnField collection | The fields to capture to fill the user credentials for password-based single sign-on. |
The following JSON representation shows the resource type.
{
"fields": [{"@odata.type": "microsoft.graph.passwordSingleSignOnField"}]
}