Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.08 KB

File metadata and controls

51 lines (40 loc) · 1.08 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 04/03/2024

samlSingleSignOnSettings resource type

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.

JSON representation

The following JSON representation shows the resource type.

{
    "relayState": "string",
}