Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.15 KB

File metadata and controls

46 lines (35 loc) · 1.15 KB
title redirectUriSettings resource type
description Specifies the index for a redirectUri
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 04/03/2024

redirectUriSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Specifies the index of the URLs where user tokens are sent for sign-in. This is only valid for applications using SAML.

Properties

Property Type Description
uri String Specifies the URI that tokens are sent to.
index Int32 Identifies the specific URI within the redirectURIs collection in SAML SSO flows. Defaults to null. The index is unique across all the redirectUris for the application.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.redirectUriSettings",
  "uri": "String",
  "index": "Integer"
}