Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.5 KB

File metadata and controls

40 lines (33 loc) · 1.5 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 01/19/2026

openIdConnectSetting resource type

Namespace: microsoft.graph

A complex type that contains the settings required to perform the OpenID Connect (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"
}