Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.1 KB

redirecturisettings.md

File metadata and controls

42 lines (32 loc) · 1.1 KB
title description ms.localizationpriority doc_type ms.subservice author
redirectUriSettings resource type
Specifies the index for a redirectUri
medium
resourcePageType
entra-applications
sureshja

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.

JSON representation

The following JSON representation shows the resource type.

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