Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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. The 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. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"primaryIdentityProviderPrecedenceOrder": ["String"],
"fallbackIdentityProvider": "String"
}