Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.17 KB

File metadata and controls

58 lines (43 loc) · 1.17 KB
title samlSingleSignOnSettings resource type
description Represents the SAML single sign-on settings.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 03/21/2024

samlSingleSignOnSettings resource type

[!INCLUDE beta-disclaimer]

Represents a container for settings related to SAML single sign-on.

Properties

Property Type Description
relayState String The relative URI the service provider would redirect to after completion of the single sign-on flow.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "relayState": "string",
}