Skip to content

Commit

Permalink
Merge pull request #58 from maester365/tnh-eidscabugfixes
Browse files Browse the repository at this point in the history
Fixed typo in EIDSCA check
  • Loading branch information
Cloud-Architekt authored Apr 8, 2024
2 parents ff052f8 + cc1c3cd commit b953eda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion powershell/public/EIDSCA/Test-MtEidscaAP06.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
.SYNOPSIS
Checks if Default Authorization Settings - User can joint the tenant by email validation is set to 'false'
Checks if Default Authorization Settings - User can join the tenant by email validation is set to 'false'
.DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Describe "Default Authorization Settings" -Tag "EIDSCA", "Security", "All", "EID
}
}
Describe "Default Authorization Settings" -Tag "EIDSCA", "Security", "All", "EIDSCA.AP06" {
It "EIDSCA.AP06: Default Authorization Settings - User can joint the tenant by email validation. See https://maester.dev/docs/tests/EIDSCA.AP06" {
It "EIDSCA.AP06: Default Authorization Settings - User can join the tenant by email validation. See https://maester.dev/docs/tests/EIDSCA.AP06" {
<#
Check if "https://graph.microsoft.com/beta/policies/authorizationPolicy"
.allowEmailVerifiedUsersToJoinOrganization = 'false'
Expand Down
4 changes: 2 additions & 2 deletions website/docs/tests/eidsca/EIDSCA.AP06.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: EIDSCA.AP06 - Default Authorization Settings - User can joint the tenant by email validation
title: EIDSCA.AP06 - Default Authorization Settings - User can join the tenant by email validation
slug: /tests/EIDSCA.AP06
sidebar_class_name: hidden
---

# Default Authorization Settings - User can joint the tenant by email validation
# Default Authorization Settings - User can join the tenant by email validation

Controls whether users can join the tenant by email validation. To join, the user must have an email address in a domain which matches one of the verified domains in the tenant.

Expand Down

0 comments on commit b953eda

Please sign in to comment.