defaultInvitationRedemptionIdentityProviderConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Defines the invitation redemption provider configuration to set redemption flow settings for Microsoft Entra ID B2B collaboration.

Inherits from invitationRedemptionIdentityProviderConfiguration

Properties

Property Type Description
primaryIdentityProviderPrecedenceOrder b2bIdentityProvidersType collection Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
fallbackIdentityProvider b2bIdentityProvidersType The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "primaryIdentityProviderPrecedenceOrder": ["String"],
  "fallbackIdentityProvider": "String"
}