Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.55 KB

File metadata and controls

42 lines (34 loc) · 1.55 KB
title openIdConnectSetting resource type
description Specifies the OpenID connection properties used for an external MFA.
author gregkmsft
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 08/15/2024

openIdConnectSetting resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A complex type that contains the settings required to perform the OIDC request to the external authentication provider for an external MFA. External MFA enables Microsoft Entra ID users to satisfy the second factor of multifactor authentication requirements using an external provider.

Properties

Property Type Description
clientId String The Microsoft Entra ID's client ID as generated by the provider or admin to identify Microsoft Entra ID. In OIDC parlance, this is the client_id that external identity provider assigns to Microsoft Entra ID, which is also a recipient of a token from the external identity provider.
discoveryUrl String The host URL of the external identity provider's OIDC discovery endpoint. This endpoint must support the OIDC discovery process.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.openIdConnectSetting",
  "clientId": "String",
  "discoveryUrl": "String"
}