Skip to content

Commit

Permalink
Merge pull request #4133 from NikCharlebois/FixesInt
Browse files Browse the repository at this point in the history
Additional Fixes
  • Loading branch information
NikCharlebois authored Jan 8, 2024
2 parents 20c3a6d + efe8533 commit fc21b1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Configuration Example
AADAuthenticationMethodPolicyX509 "AADAuthenticationMethodPolicyX509-X509Certificate"
{
AuthenticationModeConfiguration = MSFT_MicrosoftGraphx509CertificateAuthenticationModeConfiguration{

Rules = @(@()
)
X509CertificateAuthenticationDefaultMode = 'x509CertificateSingleFactor'
};
CertificateUserBindings = @(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Configuration Example
AADAuthenticationMethodPolicyX509 "AADAuthenticationMethodPolicyX509-X509Certificate"
{
AuthenticationModeConfiguration = MSFT_MicrosoftGraphx509CertificateAuthenticationModeConfiguration{

Rules = @(@()
)
X509CertificateAuthenticationDefaultMode = 'x509CertificateSingleFactor'
};
CertificateUserBindings = @(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Configuration Example
IdentitySources = @(
MSFT_AADEntitlementManagementConnectedOrganizationIdentitySource{
ExternalTenantId = "e7a80bcf-696e-40ca-8775-a7f85fbb3ebc"
DisplayName = 'Contoso'
DisplayName = 'o365dsc'
odataType = '#microsoft.graph.azureActiveDirectoryTenant'
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Configuration Example
IdentitySources = @(
MSFT_AADEntitlementManagementConnectedOrganizationIdentitySource{
ExternalTenantId = "e7a80bcf-696e-40ca-8775-a7f85fbb3ebc"
DisplayName = 'Contoso'
DisplayName = 'o365dsc'
odataType = '#microsoft.graph.azureActiveDirectoryTenant'
}
);
Expand Down

0 comments on commit fc21b1b

Please sign in to comment.