Skip to content

Commit

Permalink
Merge branch 'AADIdentityB2XUserFlowNew' of https://github.com/micros…
Browse files Browse the repository at this point in the history
…oft/Microsoft365DSC into AADIdentityB2XUserFlowNew
  • Loading branch information
ritikmit committed Oct 21, 2024
2 parents e60fa55 + 648d895 commit 9ba7a6c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,13 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADIdentityB2XUserFlow 'AADIdentityB2XUserFlow-B2X_1_TestFlow'
{
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
Id = "B2X_1_TestFlow";
}
AADIdentityGovernanceLifecycleWorkflow 'AADIdentityGovernanceLifecycleWorkflow-Onboard pre-hire employee updated version'
{
Category = "joiner";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,59 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
AADIdentityB2XUserFlow 'AADIdentityB2XUserFlow-B2X_1_TestFlow'
{
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
ApiConnectorConfiguration = MSFT_MicrosoftGraphuserFlowApiConnectorConfiguration
{
postAttributeCollectionConnectorId = 'RestApi_f6e8e73d-6b17-433e-948f-f578f12bd57c'
postFederationSignupConnectorId = 'RestApi_beeb7152-673c-48b3-b143-9975949a93ca'
};
Credential = $Credscredential;
Ensure = "Present";
Id = "B2X_1_TestFlow";
IdentityProviders = @("MSASignup-OAUTH","EmailOtpSignup-OAUTH");
UserAttributeAssignments = @(
MSFT_MicrosoftGraphuserFlowUserAttributeAssignment
{
UserInputType = 'textBox'
IsOptional = $True
DisplayName = 'Email Address'
Id = 'emailReadonly'

}
MSFT_MicrosoftGraphuserFlowUserAttributeAssignment
{
UserInputType = 'dropdownSingleSelect'
IsOptional = $True
DisplayName = 'Random'
Id = 'city'
UserAttributeValues = @(
MSFT_MicrosoftGraphuserFlowUserAttributeAssignmentUserAttributeValues
{
IsDefault = $True
Name = 'S'
Value = '2'
}
MSFT_MicrosoftGraphuserFlowUserAttributeAssignmentUserAttributeValues
{
IsDefault = $True
Name = 'X'
Value = '1'
}
)
}
MSFT_MicrosoftGraphuserFlowUserAttributeAssignment{
UserInputType = 'textBox'
IsOptional = $False
DisplayName = 'Piyush1'
Id = 'extension_91d51274096941f786b07b9d723d93f4_Piyush1'

}
);
}
AADIdentityGovernanceLifecycleWorkflow 'AADIdentityGovernanceLifecycleWorkflow-Onboard pre-hire employee updated version'
{
Category = "joiner";
Expand Down

0 comments on commit 9ba7a6c

Please sign in to comment.